Coin Address Inspector

Cryptocoin address information.

Was ist Coin Address Inspector?

Coin Address Inspector ist eine Chrome-Erweiterung, die von Christopher de Beer entwickelt wurde, und ihr Hauptmerkmal ist "Cryptocoin address information.".

Erweiterungsscreenshots

screenshot

Coin Address Inspector-Erweiterungs-CRX-Datei herunterladen

Laden Sie Coin Address Inspector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Searches for bitcoin addresses on pages you visit, and allows you to click on them and see more information.

Currently shows the addresses sent, recieved and total balances, as well as a link to it's blockchain.info page.

Feedback improvement suggestions welcome in reviews section.

Donate to: 1K1WYkeF9WTRmuNj4ZSopWfkspesEB1FxU for more features.                    

Grundlegende Informationen zur Erweiterung

Name Coin Address Inspector Coin Address Inspector
ID dmpancddmjhlfjkbidfaphioiikichbd
Offizielle URL https://chrome.google.com/webstore/detail/coin-address-inspector/dmpancddmjhlfjkbidfaphioiikichbd
Beschreibung Cryptocoin address information.
Dateigröße 97.5 KB
Installationsanzahl 184
Aktuelle Version 0.5
Letztes Update 2014-03-19
Veröffentlichungsdatum 2014-03-19
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Christopher de Beer
Zahlungsart free
Erweiterungswebsite http://0circle.co.uk/cia
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coin Address Inspector",
    "description": "Cryptocoin address information.",
    "version": "0.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "contentscript.js"
            ]
        }
    ],
    "manifest_version": 2
}