Bitcoin Address Lookup
Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.
Vad är Bitcoin Address Lookup?
Bitcoin Address Lookup är en Chrome-tillägg utvecklad av Eduard Karpa, och dess huvudfunktion är "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.".
Tilläggsskärmbilder
Ladda ner Bitcoin Address Lookup-förlängningens CRX-fil
Ladda ner Bitcoin Address Lookup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Get instant balance of any bitcoin address on any web-page. Hold the left alt-key and click or select the address to get balance You will get current balance of the address and total number received and sent bitcoins.
Grundläggande Information om Tillägg
Namn | |
ID | lllihajjkapokmiogohflioedecpkedc |
Officiell webbadress | https://chrome.google.com/webstore/detail/bitcoin-address-lookup/lllihajjkapokmiogohflioedecpkedc |
Beskrivning | Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance. |
Filstorlek | 291 KB |
Antal Installationer | 171 |
Aktuell Version | 1.0.0.2 |
Senast Uppdaterad | 2018-11-29 |
Publiceringsdatum | 2018-11-29 |
Betyg | 4.50/5 Totalt 2 Betyg |
Utvecklare | Eduard Karpa |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Address Lookup", "version": "1.0.0.2", "description": "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.", "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "64": "\/images\/icon64.png", "128": "\/images\/icon128.png" }, "background": { "scripts": [ "script\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "script\/contentScript.js" ] } ], "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*", "contentSettings" ] } |