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

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

擴展使用說明

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