Bitcoin Address Lookup
Easily gather information regarding a particular bitcoin address.
Wat is Bitcoin Address Lookup?
Bitcoin Address Lookup is een Chrome-extensie ontwikkeld door Zack Banack, en de belangrijkste functie is "Easily gather information regarding a particular bitcoin address.".
Download het CRX-bestand van de extensie Bitcoin Address Lookup
Download Bitcoin Address Lookup-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
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/
Basisinformatie over de Extensie
Naam | |
ID | plhgbjemkkbmmmanahmlaagdjebhmlcc |
Officiële URL | https://chrome.google.com/webstore/detail/bitcoin-address-lookup/plhgbjemkkbmmmanahmlaagdjebhmlcc |
Beschrijving | Easily gather information regarding a particular bitcoin address. |
Bestandsgrootte | 10.28 KB |
Aantal Installaties | 23 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2014-12-13 |
Publicatiedatum | 2014-12-13 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Zack Banack |
Betalingswijze | free |
Extensiewebsite | http://zackbanack.com/ |
Ondersteunde Talen | 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" ] } |