BitBox

Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.

Qu'est-ce que BitBox ?

BitBox est une extension Chrome développée par Leo Wandersleb, et sa fonction principale est "Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BitBox

Téléchargez les fichiers d'extension BitBox 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

                        BitBox is an open source https://github.com/dmerrill6/BitChrome tool that extends any Bitcoin address with useful information and a QR-Code. The information is pulled only on mouseover from http://live.insight.is/ which is also open source.                    

Informations de Base sur l'Extension

Nom BitBox BitBox
ID bcjdjalcfgbmbmdajpbbaboikhhlobkc
URL Officiel https://chrome.google.com/webstore/detail/bitbox/bcjdjalcfgbmbmdajpbbaboikhhlobkc
Description Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.
Taille du Fichier 109 KB
Nombre d'Installations 110
Version Actuelle 1.0.4
Dernière Mise à Jour 2014-04-07
Date de Publication 2014-04-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur Leo Wandersleb
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BitBox",
    "description": "Allows to quickly get information on Bitoin addresses in any webpage through a tooltip.",
    "version": "1.0.4",
    "permissions": [
        "http:\/\/live.insight.is\/"
    ],
    "web_accessible_resources": [
        "bitchrome-48.png"
    ],
    "icons": {
        "16": "bitchrome-16.png",
        "48": "bitchrome-48.png",
        "128": "bitchrome-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "bitcore.js",
                "jquery-1.11.0.min.js",
                "jquery.qtip.min.js",
                "jquery.qrcode-0.7.0.min.js",
                "contentscript.js",
                "content.js"
            ],
            "css": [
                "jquery.qtip.min.css",
                "bitchrome.css"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "manifest_version": 2
}