Bitcoin Address Lookup
Easily gather information regarding a particular bitcoin address.
Qu'est-ce que Bitcoin Address Lookup ?
Bitcoin Address Lookup est une extension Chrome développée par Zack Banack, et sa fonction principale est "Easily gather information regarding a particular bitcoin address.".
Télécharger le fichier CRX de l'extension Bitcoin Address Lookup
Téléchargez les fichiers d'extension Bitcoin Address Lookup 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
Highlight a bitcoin address on a webpage, right click, and select "Bitcoin Address Lookup" from the popup menu to go to the bitcoin block explorer. http://zackbanack.com/
Informations de Base sur l'Extension
Nom | |
ID | plhgbjemkkbmmmanahmlaagdjebhmlcc |
URL Officiel | https://chrome.google.com/webstore/detail/bitcoin-address-lookup/plhgbjemkkbmmmanahmlaagdjebhmlcc |
Description | Easily gather information regarding a particular bitcoin address. |
Taille du Fichier | 10.28 KB |
Nombre d'Installations | 23 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2014-12-13 |
Date de Publication | 2014-12-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Zack Banack |
Type de Paiement | free |
Site Web de l'Extension | http://zackbanack.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin Address Lookup", "manifest_version": 2, "author": "Zack Banack", "version": "0.0.1", "description": "Easily gather information regarding a particular bitcoin address.", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "contextMenus" ] } |