CEX.io GHS Ticker
This extension displays the current CEX.io GHS/mBTC price on the badge icon.
Co je CEX.io GHS Ticker?
CEX.io GHS Ticker je rozšíření Chrome vyvinuté n.brooking, a jeho hlavní funkcí je „This extension displays the current CEX.io GHS/mBTC price on the badge icon.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CEX.io GHS Ticker
Stáhněte si soubory rozšíření CEX.io GHS Ticker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | amihmihenaaecegfjpcngkfpofjnaegi |
Oficiální URL | https://chrome.google.com/webstore/detail/cexio-ghs-ticker/amihmihenaaecegfjpcngkfpofjnaegi |
Popis | This extension displays the current CEX.io GHS/mBTC price on the badge icon. |
Velikost souboru | 41.54 KB |
Počet instalací | 28 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2014-02-10 |
Datum Vydání | 2014-02-10 |
Hodnocení | 4.50/5 Celkem 6 Hodnocení |
Vývojář | n.brooking |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } |