CryptoTicker by Coinigy

Live Bitcoin & Altcoin Market Data in Chrome

CryptoTicker by Coinigy란 무엇입니까?

CryptoTicker by Coinigy은(는) Coinigy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Live Bitcoin & Altcoin Market Data in Chrome"입니다.

확장 프로그램 스크린샷

screenshot

CryptoTicker by Coinigy 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Live Bitcoin & Altcoin Ticker Updates and Mini Charts directly in your browser! Supporting more than 25 exchanges, and over 800 live bitcoin, altcoin and cryptocurrency markets. Currently, the markets displayed are the markets chosen as your 'Favorites' on Coinigy.

Note: This extension relies on the Coinigy.com API - You must have a Coinigy Account in order to activate the extension. You can register for a Free 30 Day Trial of Coinigy at https://www.coinigy.com

Once registered, you will need to add your API keys to CryptoTicker. A step-by-step guide can be found here: https://coinigy.freshdesk.com/support/solutions/articles/1000206500-where-do-i-find-my-coinigy-api-keys-

This project is open source, available at https://github.com/coinigy/cryptoticker
Coinigy API Documentation is available at https://github.com/coinigy/api                    

확장 프로그램 기본 정보

이름 CryptoTicker by Coinigy CryptoTicker by Coinigy
ID bgjmoeebomokfcfmopbappgncbhppmec
공식 URL https://chromewebstore.google.com/detail/cryptoticker-by-coinigy/bgjmoeebomokfcfmopbappgncbhppmec
설명 Live Bitcoin & Altcoin Market Data in Chrome
파일 크기 191 KB
설치 횟수 4,069
현재 버전 0.0.4
최근 업데이트 2017-07-12
출시 날짜 2017-07-12
평점 2.57/5 총 30 개의 평점
개발자 Coinigy.com
결제 유형 free
확장 프로그램 웹 사이트 https://www.coinigy.com
도움말 페이지 URL https://coinigy.freshdesk.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CryptoTicker by Coinigy",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Live Bitcoin & Altcoin Market Data in Chrome",
    "homepage_url": "https:\/\/www.coinigy.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "CryptoTicker",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "storage"
    ]
}