BTC.com Extension for Chrome
An extension that provides data of bitcoin.
Qu'est-ce que BTC.com Extension for Chrome ?
BTC.com Extension for Chrome est une extension Chrome développée par btc.com, et sa fonction principale est "An extension that provides data of bitcoin.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BTC.com Extension for Chrome
Téléchargez les fichiers d'extension BTC.com Extension for Chrome 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
The quickest way to view bitcoin data, including blockchain information and global price. By using BTC.com extension, it's so easy to be with bitcoin and blockchain. Github: https://github.com/btccom/chrome_extension
Informations de Base sur l'Extension
Nom | |
ID | bbliigjegnkdnolaabpfdoimdmncjdca |
URL Officiel | https://chrome.google.com/webstore/detail/btccom-extension-for-chro/bbliigjegnkdnolaabpfdoimdmncjdca |
Description | An extension that provides data of bitcoin. |
Taille du Fichier | 1.33 MB |
Nombre d'Installations | 4,000 |
Version Actuelle | 1.2.4 |
Dernière Mise à Jour | 2019-07-11 |
Date de Publication | 2019-07-11 |
Évaluation | 3.98/5 Total 52 Évaluations |
Développeur | btc.com |
Type de Paiement | free |
Site Web de l'Extension | https://btc.com |
URL de la Page d'Aide | https://btc.com |
Langues Prises en Charge | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_ext_name__", "description": "__MSG_ext_desc__", "default_locale": "en", "author": "BTC.com", "version": "1.2.4", "browser_action": { "default_popup": "components\/popup\/popup.html", "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" } }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "storage", "alarms", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "build\/background.bundle.js" ], "persistent": true }, "web_accessible_resources": [ "components\/lookup\/images\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "components\/lookup\/style.css" ], "js": [ "components\/lookup\/jquery.min.js", "components\/lookup\/bitcore.min.js", "build\/lookup.bundle.js", "components\/lookup\/tool.js" ] } ], "options_page": "components\/option\/option.html" } |