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
公式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"
    }
}