QR Coin
Generates QR Codes for cryptocurrencies addresses found on webpages. Supported: Bitcoin, Litecoin, Dogecoin and Fedoracoin
QR Coin란 무엇입니까?
QR Coin은(는) https://todobom.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generates QR Codes for cryptocurrencies addresses found on webpages. Supported: Bitcoin, Litecoin, Dogecoin and Fedoracoin"입니다.
확장 프로그램 스크린샷
QR Coin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension finds cryptocurrencies address on the text of all pages. When the user clicks on any address found, it opens a pop-up displaying that address on qr-code format. It allows for the user to fill a label, a message and the amount of cryptocurrency to be sent. All of that will be part of the qr-code that can be scanned by the user on his smartphone/cryptowallet to send the amount. Currently supported: Bitcoin, Litecoin, Dogecoin and Fedoracoin (TIPS) If you enjoy this app, please consider on making a donation. Source code is available at https://bitbucket.org/allgood/qr-coin/overview
확장 프로그램 기본 정보
이름 | QR Coin |
ID | ikgmibgphnnfdkfaiekicfegdpggmbih |
공식 URL | https://chromewebstore.google.com/detail/qr-coin/ikgmibgphnnfdkfaiekicfegdpggmbih |
설명 | Generates QR Codes for cryptocurrencies addresses found on webpages. Supported: Bitcoin, Litecoin, Dogecoin and Fedoracoin |
파일 크기 | 221 KB |
설치 횟수 | 182 |
현재 버전 | 1.0.8 |
최근 업데이트 | 2016-02-20 |
출시 날짜 | 2016-02-20 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://todobom.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bitbucket.org/allgood/qr-coin/overview |
도움말 페이지 URL | https://bitbucket.org/allgood/qr-coin/overview |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Coin", "short_name": "QR Coin", "description": "Generates QR Codes for cryptocurrencies addresses found on webpages. Supported: Bitcoin, Litecoin, Dogecoin and Fedoracoin", "version": "1.0.8", "icons": { "128": "qrcoin-logo-128.png" }, "permissions": [ "https:\/\/qrcoin.info\/" ], "content_scripts": [ { "js": [ "jquery-1.11.0.min.js", "jquery.numeric_input.min.js", "2.5.3-crypto-sha256.js", "jsbn.js", "jsbn2.js", "qrcode.min.js", "fancybox\/jquery.fancybox.pack.js", "qr-coin.js" ], "css": [ "\/qr-coin.css", "\/fancybox\/jquery.fancybox.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "web_accessible_resources": [ "\/btc.png", "\/ltc.png", "\/doge.png", "\/qrcoin-logo-small.png", "\/tips.png", "\/fancybox\/fancybox_overlay.png", "\/fancybox\/fancybox_sprite.png" ] } |