Bitcoin Price
Display the current Bitcoin price in Chrome.
Qu'est-ce que Bitcoin Price ?
Bitcoin Price est une extension Chrome développée par http://edwardbowden.co.uk, et sa fonction principale est "Display the current Bitcoin price in Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitcoin Price
Téléchargez les fichiers d'extension Bitcoin Price 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
Shows the current BTC price at all times right in your browser. Customisable, simple and effective. Donate: 1FTExDAhaffXKLotqd9JSjBWBHCkFkLHpt
Informations de Base sur l'Extension
Nom | |
ID | jiijoddlomajkmcbcafjfgpfjbmeoldh |
URL Officiel | https://chrome.google.com/webstore/detail/bitcoin-price/jiijoddlomajkmcbcafjfgpfjbmeoldh |
Description | Display the current Bitcoin price in Chrome. |
Taille du Fichier | 64.87 KB |
Nombre d'Installations | 243 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2017-06-15 |
Date de Publication | 2017-06-15 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | http://edwardbowden.co.uk |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://edwardbowden.co.uk |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Price", "short_name": "Clean Tab", "description": "Display the current Bitcoin price in Chrome.", "version": "0.2.0", "permissions": [ "alarms" ], "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png" }, "default_title": "BTC Price", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": true } } |