Bitcoin Dashboard
Get live updates on price, news, and key network metrics.
Cos'è Bitcoin Dashboard?
Bitcoin Dashboard è un'estensione di Chrome sviluppata da Bitcoin Magazine, e la sua funzione principale è "Get live updates on price, news, and key network metrics.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bitcoin Dashboard
Scarica i file di estensione Bitcoin Dashboard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Get live updates on price, news, and key network metrics. Our extension simply displays real-time data such as price, hash rate, block height, and transaction fees, as well as recent articles from Bitcoin Magazine to keep readers informed.
Informazioni di Base sull'Estensione
Nome | Bitcoin Dashboard |
ID | ojgkmfieoeoojagepackgdfaloikkbmh |
URL Ufficiale | https://chromewebstore.google.com/detail/bitcoin-dashboard/ojgkmfieoeoojagepackgdfaloikkbmh |
Descrizione | Get live updates on price, news, and key network metrics. |
Dimensione del File | 1.39 MB |
Conteggio Installazioni | 575 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2023-05-26 |
Data di Pubblicazione | 2023-02-11 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Bitcoin Magazine |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://bitcoinmagazine.com |
URL della Pagina della Politica sulla Privacy | https://b.tc/privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin Dashboard", "description": "Get live updates on price, news, and key network metrics.", "version": "0.2.1", "manifest_version": 3, "icons": { "128": "bm-logo.png" }, "action": { "default_popup": "index.html", "default_title": "Bitcoin Dashboard" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/* data: blob: filesystem:;" }, "host_permissions": [ "https:\/\/bitcoinmagazine.com\/*" ] } |