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"
    }
}