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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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