Coin Address Inspector
Cryptocoin address information.
Wat is Coin Address Inspector?
Coin Address Inspector is een Chrome-extensie ontwikkeld door Christopher de Beer, en de belangrijkste functie is "Cryptocoin address information.".
Extensie Screenshots
Download het CRX-bestand van de extensie Coin Address Inspector
Download Coin Address Inspector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dmpancddmjhlfjkbidfaphioiikichbd |
Officiële URL | https://chrome.google.com/webstore/detail/coin-address-inspector/dmpancddmjhlfjkbidfaphioiikichbd |
Beschrijving | Cryptocoin address information. |
Bestandsgrootte | 97.5 KB |
Aantal Installaties | 184 |
Huidige Versie | 0.5 |
Laatst Bijgewerkt | 2014-03-19 |
Publicatiedatum | 2014-03-19 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Christopher de Beer |
Betalingswijze | free |
Extensiewebsite | http://0circle.co.uk/cia |
Ondersteunde Talen | 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 } |