CEX.io GHS Ticker
This extension displays the current CEX.io GHS/mBTC price on the badge icon.
Wat is CEX.io GHS Ticker?
CEX.io GHS Ticker is een Chrome-extensie ontwikkeld door n.brooking, en de belangrijkste functie is "This extension displays the current CEX.io GHS/mBTC price on the badge icon.".
Extensie Screenshots
Download het CRX-bestand van de extensie CEX.io GHS Ticker
Download CEX.io GHS Ticker-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
Displays the current GHS/mBTC amount, as pulled from cex.io. The price updates every 5 minutes. (Note this displays price in mBTC, not BTC.) If you like this, you can donate here: BTC: 1H12LDENkn9D53ivL1bzxMCTvX98qTq1m2 LTC: LTJdTVTGU9fjjnUTS4PE7em7azS4DqKDaX DOGE: D9xMt2Aa9WTGEVd2LtYSXvRDYMd4YCEXFn
Basisinformatie over de Extensie
Naam | |
ID | amihmihenaaecegfjpcngkfpofjnaegi |
Officiële URL | https://chrome.google.com/webstore/detail/cexio-ghs-ticker/amihmihenaaecegfjpcngkfpofjnaegi |
Beschrijving | This extension displays the current CEX.io GHS/mBTC price on the badge icon. |
Bestandsgrootte | 41.54 KB |
Aantal Installaties | 28 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2014-02-10 |
Publicatiedatum | 2014-02-10 |
Beoordeling | 4.50/5 Totaal 6 Beoordelingen |
Ontwikkelaar | n.brooking |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "cex_icon_48.png" }, "description": "This extension displays the current CEX.io GHS\/mBTC price on the badge icon.", "icons": { "16": "cex_icon_16.png", "48": "cex_icon_48.png", "64": "cex_icon_64.png" }, "manifest_version": 2, "name": "CEX.io GHS Ticker", "permissions": [ "storage", "https:\/\/cex.io\/api\/" ], "version": "1.0.0" } |