Bitcoin Dashboard
Get live updates on price, news, and key network metrics.
Vad är Bitcoin Dashboard?
Bitcoin Dashboard är en Chrome-tillägg utvecklad av Bitcoin Magazine, och dess huvudfunktion är "Get live updates on price, news, and key network metrics.".
Tilläggsskärmbilder
Ladda ner Bitcoin Dashboard-förlängningens CRX-fil
Ladda ner Bitcoin Dashboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Bitcoin Dashboard |
ID | ojgkmfieoeoojagepackgdfaloikkbmh |
Officiell webbadress | https://chromewebstore.google.com/detail/bitcoin-dashboard/ojgkmfieoeoojagepackgdfaloikkbmh |
Beskrivning | Get live updates on price, news, and key network metrics. |
Filstorlek | 1.39 MB |
Antal Installationer | 575 |
Aktuell Version | 0.2.1 |
Senast Uppdaterad | 2023-05-26 |
Publiceringsdatum | 2023-02-11 |
Betyg | 5.00/5 Totalt 7 Betyg |
Utvecklare | Bitcoin Magazine |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://bitcoinmagazine.com |
URL till Sekretesspolicy Sidan | https://b.tc/privacy |
Stödda Språk | 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\/*" ] } |