CEX.io GHS Ticker
This extension displays the current CEX.io GHS/mBTC price on the badge icon.
CEX.io GHS Tickerとは何ですか?
CEX.io GHS Tickerはn.brookingによって開発されたChromeの拡張機能で、その主な機能は「This extension displays the current CEX.io GHS/mBTC price on the badge icon.」です。
拡張機能のスクリーンショット
CEX.io GHS Ticker拡張機能のCRXファイルをダウンロード
CEX.io GHS Ticker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | |
ID | amihmihenaaecegfjpcngkfpofjnaegi |
公式URL | https://chrome.google.com/webstore/detail/cexio-ghs-ticker/amihmihenaaecegfjpcngkfpofjnaegi |
説明 | This extension displays the current CEX.io GHS/mBTC price on the badge icon. |
ファイルサイズ | 41.54 KB |
インストール数 | 28 |
現在のバージョン | 1.0.0 |
最終更新日 | 2014-02-10 |
公開日 | 2014-02-10 |
評価 | 4.50/5 合計 6 レビュー |
開発者 | n.brooking |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } |