Bitcoin Price
A tool to show Bitcoin price, desktop notifications, and Bitcoin news
Qu'est-ce que Bitcoin Price ?
Bitcoin Price est une extension Chrome développée par shaomxing, et sa fonction principale est "A tool to show Bitcoin price, desktop notifications, and Bitcoin news".
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
This extension shows the price of Bitcoin, Litecoin, Ether and other cryptocurrencies. It can show notifications for your cryptocurrencies. Features: 1. Price tiker: A simple tool providing real time market value for Bitcoin (BTC), Litecoin (LTC), Ethereum (ETH), Bitcoin-cash(BCH), Ripple(XRP), Litecoin(LTC), Dash(DASH), Monero(XMR), etc. 2. Price notification: It can show notifications when the ticker price exceeds your defined price. 3. Bitcoin news: News from Bitcoin.com, NEWSBTC, Bitcoinist, etc. 4. Support 100+ cryptocurrencies.
Informations de Base sur l'Extension
Nom | |
ID | kjjlmgehohdbclcmfmphmifnppmcmeio |
URL Officiel | https://chrome.google.com/webstore/detail/bitcoin-price/kjjlmgehohdbclcmfmphmifnppmcmeio |
Description | A tool to show Bitcoin price, desktop notifications, and Bitcoin news |
Taille du Fichier | 323 KB |
Nombre d'Installations | 401 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2020-02-05 |
Date de Publication | 2020-02-05 |
Évaluation | 4.17/5 Total 12 Évaluations |
Développeur | shaomxing |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Price", "description": "A tool to show Bitcoin price, desktop notifications, and Bitcoin news", "version": "1.7", "icons": { "48": "img\/icon48.png", "128": "img\/icon.png" }, "options_page": "options.html", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/jquery-1.10.2.min.js", "js\/info.js", "js\/fetchPrice.js", "js\/utils.js", "js\/background.js" ] }, "permissions": [ "notifications", "https:\/\/api.coinmarketcap.com\/*", "https:\/\/www.binance.com\/*", "https:\/\/fxhapi.feixiaohao.com\/*", "https:\/\/coinmarketcap.com\/*", "http:\/\/api.jinse.com\/", "https:\/\/x.btckan.com\/", "https:\/\/graphs2.coinmarketcap.com\/*" ] } |