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.”。

扩展截图

screenshot

下载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                    

扩展基本信息

名称 CEX.io GHS Ticker CEX.io GHS Ticker
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
电子邮箱 [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"
}