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.
Co to jest Bitcoin Address Lookup?
Bitcoin Address Lookup to rozszerzenie Chrome opracowane przez Eduard Karpa, a jego główną funkcją jest „Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bitcoin Address Lookup
Pobierz pliki rozszerzeń Bitcoin Address Lookup w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lllihajjkapokmiogohflioedecpkedc |
Oficjalny URL | https://chrome.google.com/webstore/detail/bitcoin-address-lookup/lllihajjkapokmiogohflioedecpkedc |
Opis | Get instant balance of any bitcoin address on any webpage. Hold the left alt-key and click or select the address to get balance. |
Rozmiar pliku | 291 KB |
Liczba instalacji | 171 |
Aktualna Wersja | 1.0.0.2 |
Ostatnia Aktualizacja | 2018-11-29 |
Data Publikacji | 2018-11-29 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | Eduard Karpa |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |