Bitcoin Dashboard
Get live updates on price, news, and key network metrics.
Wat is Bitcoin Dashboard?
Bitcoin Dashboard is een Chrome-extensie ontwikkeld door Bitcoin Magazine, en de belangrijkste functie is "Get live updates on price, news, and key network metrics.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bitcoin Dashboard
Download Bitcoin Dashboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ojgkmfieoeoojagepackgdfaloikkbmh |
| Officiële URL | https://chromewebstore.google.com/detail/bitcoin-dashboard/ojgkmfieoeoojagepackgdfaloikkbmh |
| Beschrijving | Get live updates on price, news, and key network metrics. |
| Bestandsgrootte | 1.39 MB |
| Aantal Installaties | 575 |
| Huidige Versie | 0.2.1 |
| Laatst Bijgewerkt | 2023-05-26 |
| Publicatiedatum | 2023-02-11 |
| Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
| Ontwikkelaar | Bitcoin Magazine |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://bitcoinmagazine.com |
| URL van de Privacybeleid Pagina | https://b.tc/privacy |
| Ondersteunde Talen | 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\/*"
]
} | |