Bitcoin Dashboard
Get live updates on price, news, and key network metrics.
Qu'est-ce que Bitcoin Dashboard ?
Bitcoin Dashboard est une extension Chrome développée par Bitcoin Magazine, et sa fonction principale est "Get live updates on price, news, and key network metrics.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitcoin Dashboard
Téléchargez les fichiers d'extension Bitcoin Dashboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Bitcoin Dashboard |
ID | ojgkmfieoeoojagepackgdfaloikkbmh |
URL Officiel | https://chromewebstore.google.com/detail/bitcoin-dashboard/ojgkmfieoeoojagepackgdfaloikkbmh |
Description | Get live updates on price, news, and key network metrics. |
Taille du Fichier | 1.39 MB |
Nombre d'Installations | 575 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2023-05-26 |
Date de Publication | 2023-02-11 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | Bitcoin Magazine |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://bitcoinmagazine.com |
URL de la Page de Politique de Confidentialité | https://b.tc/privacy |
Langues Prises en Charge | 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\/*" ] } |