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

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

확장 프로그램 사용 설명서

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