CEX.io GHS Ticker
This extension displays the current CEX.io GHS/mBTC price on the badge icon.
What is CEX.io GHS Ticker?
CEX.io GHS Ticker is a Chrome extension developed by n.brooking, and its main feature is "This extension displays the current CEX.io GHS/mBTC price on the badge icon.".
Extension Screenshots
Download CEX.io GHS Ticker Extension CRX File
Download CEX.io GHS Ticker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | amihmihenaaecegfjpcngkfpofjnaegi |
Official URL | https://chrome.google.com/webstore/detail/cexio-ghs-ticker/amihmihenaaecegfjpcngkfpofjnaegi |
Description | This extension displays the current CEX.io GHS/mBTC price on the badge icon. |
File Size | 41.54 KB |
Installation Count | 28 |
Current Version | 1.0.0 |
Last Updated | 2014-02-10 |
Publish Date | 2014-02-10 |
Rating | 4.50/5 Total 6 Ratings |
Developer | n.brooking |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |