Coin Address Inspector
Cryptocoin address information.
Qu'est-ce que Coin Address Inspector ?
Coin Address Inspector est une extension Chrome développée par Christopher de Beer, et sa fonction principale est "Cryptocoin address information.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Coin Address Inspector
Téléchargez les fichiers d'extension Coin Address Inspector 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
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.
Informations de Base sur l'Extension
Nom | |
ID | dmpancddmjhlfjkbidfaphioiikichbd |
URL Officiel | https://chrome.google.com/webstore/detail/coin-address-inspector/dmpancddmjhlfjkbidfaphioiikichbd |
Description | Cryptocoin address information. |
Taille du Fichier | 97.5 KB |
Nombre d'Installations | 184 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2014-03-19 |
Date de Publication | 2014-03-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Christopher de Beer |
Type de Paiement | free |
Site Web de l'Extension | http://0circle.co.uk/cia |
Langues Prises en Charge | 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 } |