Doge Pricer

Extension that pulls the last trade price of DOGE in BTC from Vircurex API.

什么是Doge Pricer?

Doge Pricer是由Marcus McCurdy开发的Chrome扩展程序,该扩展的主要功能是“Extension that pulls the last trade price of DOGE in BTC from Vircurex API.”。

扩展截图

screenshot
screenshot
screenshot

下载Doge Pricer扩展crx文件

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

扩展使用说明

                        Doge Pricer is a simple extension that fetches the current DOGE price from Cryptsy and Vircurex and displays the price in BTC and USD. Now you can follow the price of DOGE without ever leaving your browser. DogePricer also displays the current price right on the badge of the extension button and is updated as frequently as every minute depending on the frequency you choose on the options page.

You can also set price alerts that will display a notification if DOGE rises above or falls below a threshold you choose. You can also choose how frequently the extension checks for price changes, but the minimum frequency is every minute. This is a hard limit imposed by Chrome itself.

Wow. Such Extension. Much Prices. Many coins.                    

扩展基本信息

名称 Doge Pricer Doge Pricer
ID oeaopbebinckgcdbihhdamchalemolpm
官方URL https://chromewebstore.google.com/detail/doge-pricer/oeaopbebinckgcdbihhdamchalemolpm
简介 Extension that pulls the last trade price of DOGE in BTC from Vircurex API.
文件大小 73.11 KB
安装次数 275
当前版本 2.9.1
更新时间 2014-02-12
上架时间 2014-02-12
评分 4.40/5 共20次评分
开发者 Marcus McCurdy
付费类型 free
扩展官网 http://www.reddit.com/r/DogePricer/
帮助页面URL http://www.reddit.com/r/DogePricer/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Doge Pricer",
    "short_name": "Doge Pricer",
    "description": "Extension that pulls the last trade price of DOGE in BTC from Vircurex API.",
    "version": "2.9.1",
    "author": "Marcus McCurdy",
    "options_page": "options.html",
    "permissions": [
        "alarms",
        "http:\/\/pubapi.cryptsy.com\/",
        "https:\/\/api.vircurex.com\/api\/*",
        "https:\/\/api.coindesk.com\/v1\/bpi\/currentprice.json",
        "storage",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.uservoice.com; object-src 'self'",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/bluebird.js",
            "main.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "DOGE Pricer",
        "default_popup": "popup.html"
    }
}