仮想通貨 価格チェッカー

仮想通貨の価格をチェックできるChrome拡張機能です

What is 仮想通貨 価格チェッカー?

仮想通貨 価格チェッカー is a Chrome extension developed by https://virtual-money.xyz, and its main feature is "仮想通貨の価格をチェックできるChrome拡張機能です".

Extension Screenshots

screenshot
screenshot

Download 仮想通貨 価格チェッカー Extension CRX File

Download 仮想通貨 価格チェッカー extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ■ できること
・仮想通貨・暗号通貨の価格をチェック
・coincheckにおけるスプレッドの確認
 ※スプレッドの確認は、coincheckにログインしている状態でご利用ください。
・表示させる通貨の選択
 ※オプション画面で設定ください。
・所有している総資産と前回表示からの変動率表示

■ 対応通貨
・BTC
・ETH
・ETC
・LISK
・FCT
・XRP
・XEM
・LTC
・BCH

■更新情報
・こちらをご参照ください。
 http://virtual-money.xyz/extention                    

Extension Basic Information

Name 仮想通貨 価格チェッカー 仮想通貨 価格チェッカー
ID jlaglnmbneeofcncdadnlbfelcbemdff
Official URL https://chromewebstore.google.com/detail/%E4%BB%AE%E6%83%B3%E9%80%9A%E8%B2%A8-%E4%BE%A1%E6%A0%BC%E3%83%81%E3%82%A7%E3%83%83%E3%82%AB%E3%83%BC/jlaglnmbneeofcncdadnlbfelcbemdff
Description 仮想通貨の価格をチェックできるChrome拡張機能です
File Size 202 KB
Installation Count 692
Current Version 1.7
Last Updated 2018-07-29
Publish Date 2018-07-29
Rating 4.75/5 Total 4 Ratings
Developer https://virtual-money.xyz
Payment Type free
Extension Website http://virtual-money.xyz/extention
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u4eee\u60f3\u901a\u8ca8 \u4fa1\u683c\u30c1\u30a7\u30c3\u30ab\u30fc",
    "version": "1.7",
    "description": "\u4eee\u60f3\u901a\u8ca8\u306e\u4fa1\u683c\u3092\u30c1\u30a7\u30c3\u30af\u3067\u304d\u308bChrome\u62e1\u5f35\u6a5f\u80fd\u3067\u3059",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "https:\/\/coincheck.com\/api\/rate\/*",
        "https:\/\/coincheck.com\/ja\/*"
    ],
    "icons": {
        "128": "icon.png"
    }
}