DOGE Ticker

This extension displays the current DOGE/BTC price on the badge icon.

什么是DOGE Ticker?

DOGE Ticker是由n.brooking开发的Chrome扩展程序,该扩展的主要功能是“This extension displays the current DOGE/BTC price on the badge icon.”。

扩展截图

screenshot

下载DOGE Ticker扩展crx文件

下载DOGE Ticker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Displays the current DOGE/BTC amount (in satoshi's), as pulled from cryptsy.com. The price updates every 5 minutes.

If you like this, you can donate here:
BTC: 
1H12LDENkn9D53ivL1bzxMCTvX98qTq1m2

LTC: 
LTJdTVTGU9fjjnUTS4PE7em7azS4DqKDaX

DOGE:
D9xMt2Aa9WTGEVd2LtYSXvRDYMd4YCEXFn                    

扩展基本信息

名称 DOGE Ticker DOGE Ticker
ID lonapaannpdojlmjpdcgjobcmnmpgkmk
官方URL https://chrome.google.com/webstore/detail/doge-ticker/lonapaannpdojlmjpdcgjobcmnmpgkmk
简介 This extension displays the current DOGE/BTC price on the badge icon.
文件大小 85.7 KB
安装次数 141
当前版本 1.0.0
更新时间 2014-02-10
上架时间 2014-02-10
评分 4.43/5 共7次评分
开发者 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": "doge_icon_48.png"
    },
    "description": "This extension displays the current DOGE\/BTC price on the badge icon.",
    "icons": {
        "16": "doge_icon_16.png",
        "48": "doge_icon_48.png",
        "128": "doge_icon_128.png"
    },
    "manifest_version": 2,
    "name": "DOGE Ticker",
    "permissions": [
        "storage",
        "http:\/\/pubapi.cryptsy.com\/"
    ],
    "version": "1.0.0"
}