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.
Hvad er Bitcoin Address Lookup?
Bitcoin Address Lookup er en Chrome-udvidelse udviklet af Eduard Karpa, og dens hovedfunktion er "Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.".
Udvidelsesskærmbilleder
Download Bitcoin Address Lookup-udvidelses-CRX-fil
Download Bitcoin Address Lookup-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | lllihajjkapokmiogohflioedecpkedc |
Officiel URL | https://chrome.google.com/webstore/detail/bitcoin-address-lookup/lllihajjkapokmiogohflioedecpkedc |
Beskrivelse | Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance. |
Filstørrelse | 291 KB |
Antal Installationer | 171 |
Nuværende Version | 1.0.0.2 |
Senest Opdateret | 2018-11-29 |
Udgivelsesdato | 2018-11-29 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | Eduard Karpa |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |