Rdd Ticker

This extension displays the current Rdd/BTC price badge.

Rdd Ticker란 무엇입니까?

Rdd Ticker은(는) BrownSlaughter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension displays the current Rdd/BTC price badge."입니다.

확장 프로그램 스크린샷

screenshot

Rdd Ticker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Rdd Ticker -  Displays the current btc price for redd coin on the toolbar (price is retrieved from cryptsy api)

Auto update price every 2 mins
Click to update price on demand

If you Like the ticker feel free to tip me

BTC - 1E2FAeEzLgGTHasyf9nJXpa3W8YKvrLMka
RDD - RhB7FJxydn9SMYfq6MVNEu24JX61XF1pU6

or find me on http://www.reddit.com/r/reddCoin
BrownSlaughter 

v1.1 typo fix on 'rdd_icon_48.png
     typo fix on 'rdd_icon_16.png                    

확장 프로그램 기본 정보

이름 Rdd Ticker Rdd Ticker
ID ppbfgckeajiofonbeoehaikambjeciga
공식 URL https://chrome.google.com/webstore/detail/rdd-ticker/ppbfgckeajiofonbeoehaikambjeciga
설명 This extension displays the current Rdd/BTC price badge.
파일 크기 78.65 KB
설치 횟수 29
현재 버전 1.1
최근 업데이트 2014-07-14
출시 날짜 2014-07-14
평점 4.67/5 총 3 개의 평점
개발자 BrownSlaughter
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "rdd_icon_48.png"
    },
    "description": "This extension displays the current Rdd\/BTC price badge.",
    "icons": {
        "16": "rdd_icon_16.png",
        "48": "rdd_icon_48.png",
        "128": "rdd_icon_128.png"
    },
    "manifest_version": 2,
    "name": "Rdd Ticker",
    "permissions": [
        "storage",
        "http:\/\/pubapi.cryptsy.com\/"
    ],
    "version": "1.1"
}