LTC Ticker

This extension displays the current LTC/USD price on the badge icon.

LTC Ticker란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Displays the current Litecoin/US Dollar amound, as pulled from BTC-e.com. The price updates every 5 minutes.

Update 1.2.1: Updated very old icon to current correct version.

Update 1.2: Added no cache directive so the value should always be the latest. Some users were experiencing the data not updating as often as it should because their browser was caching it.

Update 1.1: You can now click the icon to manually update the current price. Be warned, doing this too often (like many times in a few seconds) could get your ip blocked.

If you like this, you can donate here:
BTC: 
1H12LDENkn9D53ivL1bzxMCTvX98qTq1m2

LTC: 
LTJdTVTGU9fjjnUTS4PE7em7azS4DqKDaX

DOGE:
D9xMt2Aa9WTGEVd2LtYSXvRDYMd4YCEXFn                    

확장 프로그램 기본 정보

이름 LTC Ticker LTC Ticker
ID nnphljpbeilcnkgijeflhkpclomfalae
공식 URL https://chrome.google.com/webstore/detail/ltc-ticker/nnphljpbeilcnkgijeflhkpclomfalae
설명 This extension displays the current LTC/USD price on the badge icon.
파일 크기 58.41 KB
설치 횟수 133
현재 버전 1.2.1
최근 업데이트 2014-02-10
출시 날짜 2014-02-10
평점 3.95/5 총 21 개의 평점
개발자 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": "ltc_icon_48.png"
    },
    "description": "This extension displays the current LTC\/USD price on the badge icon.",
    "icons": {
        "16": "ltc_icon_16.png",
        "48": "ltc_icon_48.png",
        "128": "ltc_icon_128.png"
    },
    "manifest_version": 2,
    "name": "LTC Ticker",
    "permissions": [
        "storage",
        "https:\/\/btc-e.com\/"
    ],
    "version": "1.2.1"
}