BTC Balance Checker
Get balance of your BTC in realtime
Co je BTC Balance Checker?
BTC Balance Checker je rozšíření Chrome vyvinuté niumi.workshop, a jeho hlavní funkcí je „Get balance of your BTC in realtime“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BTC Balance Checker
Stáhněte si soubory rozšíření BTC Balance Checker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
It's opensource and free for now, check the code : https://bitbucket.org/niumi/btc-balance-checker/src/remove_other_networks/ You have very much money in BTC market and want monitor your balance in real time? BTC Balance Checker will check balance automatically. You have to work hardly and no time to keep an eye on the market? BTC Balance Checker will alert you when BTC price change frequently. More coins will coming soon.
Základní Informace o Rozšíření
Název | |
ID | fegocfnkplaalojebcdadenpnmjmfbga |
Oficiální URL | https://chrome.google.com/webstore/detail/btc-balance-checker/fegocfnkplaalojebcdadenpnmjmfbga |
Popis | Get balance of your BTC in realtime |
Velikost souboru | 120 KB |
Počet instalací | 80 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2019-06-28 |
Datum Vydání | 2019-06-28 |
Vývojář | niumi.workshop |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BTC Balance Checker", "short_name": "BTC Blance Checker", "description": "Get balance of your BTC in realtime", "version": "1.0", "background": { "scripts": [ "background.js", "jquery-3.3.1.min.js", "bignumber.min.js", "numeral.min.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "https:\/\/*.blockchain.info\/", "https:\/\/api.coindesk.com\/", "notifications", "storage", "tabs", "alarms" ] } |