BTC & ETH Tracker

Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies

BTC & ETH Tracker란 무엇입니까?

BTC & ETH Tracker은(는) Alex Cotelin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

BTC & ETH Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Keeping up to date with the latest Bitcoin (BTC) and Ethereum (ETH) price movements has never been easier. 
No matter what website you are on you can quickly check the latest prices in multiple currencies:
- BTC to USD, GBP, EUR, CNY, CAD
- ETH to USD, BTC, GBP, CNY, EUR

Developed by Alex Cotelin with CryptoCompare.com data and help.                    

확장 프로그램 기본 정보

이름 BTC & ETH Tracker BTC & ETH Tracker
ID hfbdficidlklcdpekdcfcjbfpghbhgbp
공식 URL https://chrome.google.com/webstore/detail/btc-eth-tracker/hfbdficidlklcdpekdcfcjbfpghbhgbp
설명 Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies
파일 크기 601 KB
설치 횟수 449
현재 버전 0.0.4
최근 업데이트 2016-11-29
출시 날짜 2016-11-29
평점 5.00/5 총 10 개의 평점
개발자 Alex Cotelin
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BTC & ETH Tracker",
    "short_name": "BTC & ETH Tracker",
    "description": "Keep up to date with the latest BTC and ETH price movements, quickly check the latest prices in multiple currencies",
    "version": "0.0.4",
    "author": "Alex Cotelin",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "BTC & ETH Tracker",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ",
    "permissions": [
        "activeTab"
    ]
}