Bitcoin price
Displays the current bitcoin price.
Wat is Bitcoin price?
Bitcoin price is een Chrome-extensie ontwikkeld door ar2r, en de belangrijkste functie is "Displays the current bitcoin price.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bitcoin price
Download Bitcoin price-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
Simple BTC / Bitcoin price tracker. data provided by Coinmarketcap. You can also download my other coin tracker (alt coins) ETC Etherum price tracker LTC Litecoin price tracker XMR Monero Price tracker ZEC Zcash price tracker DOGE Dogecoin price tracker DASH Dash price tracker Please, feel free to ask for any other coin you want or any other feature.
Basisinformatie over de Extensie
Naam | |
ID | mnphabhdkpljeimcfpdpppbamedonofb |
Officiële URL | https://chrome.google.com/webstore/detail/bitcoin-price/mnphabhdkpljeimcfpdpppbamedonofb |
Beschrijving | Displays the current bitcoin price. |
Bestandsgrootte | 63.82 KB |
Aantal Installaties | 27 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-01-17 |
Publicatiedatum | 2018-01-17 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | ar2r |
Betalingswijze | free |
Extensiewebsite | http://allcoinindex.com/ |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": { "19": "19.png" }, "default_popup": "price.htm", "default_title": "Click to show more information" }, "description": "Displays the current bitcoin price.", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Bitcoin price", "permissions": [ "https:\/\/coinmarketcap.com\/", "storage" ], "short_name": "Bitcoin Price", "version": "1.0" } |