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”。

扩展截图

screenshot

下载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                    

扩展基本信息

名称 QR Coin 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"
    ]
}