Cryptocurrency Price Ticker

This Chrome extension that can check the price of Cryptocurrency.

Cryptocurrency Price Ticker란 무엇입니까?

Cryptocurrency Price Ticker은(는) https://virtual-money.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Chrome extension that can check the price of Cryptocurrency."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Features:
- Check the Cryptocurrency Price.
    - Using poloniex API.
- select the currency to display.

Currency:
- BTC
- ETH
- ETC
- XMR
- REP
- XRP
- ZEC
- LTC
- DASH                    

확장 프로그램 기본 정보

이름 Cryptocurrency Price Ticker Cryptocurrency Price Ticker
ID ignpmignipmepahdookedpilckoeclob
공식 URL https://chromewebstore.google.com/detail/cryptocurrency-price-tick/ignpmignipmepahdookedpilckoeclob
설명 This Chrome extension that can check the price of Cryptocurrency.
파일 크기 293 KB
설치 횟수 206
현재 버전 1.1.1
최근 업데이트 2017-06-19
출시 날짜 2017-06-19
평점 3.80/5 총 5 개의 평점
개발자 https://virtual-money.xyz
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cryptocurrency Price Ticker",
    "version": "1.1.1",
    "description": "This Chrome extension that can check the price of Cryptocurrency.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "https:\/\/poloniex.com\/public*"
    ],
    "icons": {
        "128": "icon.png"
    }
}