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ファイルをダウンロード
QR Coin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |