QR Coin

Generates QR Codes for cryptocurrencies addresses found on webpages. Supported: Bitcoin, Litecoin, Dogecoin and Fedoracoin

Qu'est-ce que QR Coin ?

QR Coin est une extension Chrome développée par https://todobom.com, et sa fonction principale est "Generates QR Codes for cryptocurrencies addresses found on webpages. Supported: Bitcoin, Litecoin, Dogecoin and Fedoracoin".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension QR Coin

Téléchargez les fichiers d'extension QR Coin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom QR Coin QR Coin
ID ikgmibgphnnfdkfaiekicfegdpggmbih
URL Officiel https://chromewebstore.google.com/detail/qr-coin/ikgmibgphnnfdkfaiekicfegdpggmbih
Description Generates QR Codes for cryptocurrencies addresses found on webpages. Supported: Bitcoin, Litecoin, Dogecoin and Fedoracoin
Taille du Fichier 221 KB
Nombre d'Installations 182
Version Actuelle 1.0.8
Dernière Mise à Jour 2016-02-20
Date de Publication 2016-02-20
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://todobom.com
Type de Paiement free
Site Web de l'Extension https://bitbucket.org/allgood/qr-coin/overview
URL de la Page d'Aide https://bitbucket.org/allgood/qr-coin/overview
Langues Prises en Charge 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"
    ]
}