TP's Bitcoin Balance
Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you! This…
Hvad er TP's Bitcoin Balance?
TP's Bitcoin Balance er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you! This…".
Udvidelsesskærmbilleder
Download TP's Bitcoin Balance-udvidelses-CRX-fil
Download TP's Bitcoin Balance-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
Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you! This simple extension tracks the balance of your multiple addresses and even lets you see your most recent transactions. All that data is just a click away at all times. All data displayed comes from blockchain.info, one of the most reliable Bitcoin websites.
Grundlæggende oplysninger om udvidelsen
Navn | TP's Bitcoin Balance |
ID | caopgikafahfcgbfaagibfelkoaehjjp |
Officiel URL | https://chromewebstore.google.com/detail/tps-bitcoin-balance/caopgikafahfcgbfaagibfelkoaehjjp |
Beskrivelse | Want to keep track of your Bitcoin balance without running BitcoinQT or logging into websites? This extension is for you! This… |
Filstørrelse | 37.74 KB |
Antal Installationer | 119 |
Nuværende Version | 1.1 |
Senest Opdateret | 2013-06-01 |
Udgivelsesdato | 2013-06-01 |
Bedømmelse | 4.29/5 Samlet 7 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/ThePiachu/TPs-Bitcoin-Balance |
Understøttede Sprog | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TP's Bitcoin Balance", "version": "1.1", "permissions": [ "alarms", "https:\/\/blockchain.info\/" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "TP's Bitcoin Balance" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2 } |