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文件

下載CryptoTicker by Coinigy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}