Live Cryptocurrency Toolbar

Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.

Live Cryptocurrency Toolbarとは何ですか?

Live Cryptocurrency ToolbarはKatyi Gergoによって開発されたChromeの拡張機能で、その主な機能は「Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Live Cryptocurrency Toolbar拡張機能のCRXファイルをダウンロード

Live Cryptocurrency Toolbar拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Crypto Ticker shows the current price of your favourite crypto currency in the browser toolbar. You can select multiple cryptocurrencies. Prices are updated every 5 minutes.                    

拡張機能の基本情報

名前 Live Cryptocurrency Toolbar Live Cryptocurrency Toolbar
ID komfbgcghgejfibmikljflimdjkgmalk
公式URL https://chromewebstore.google.com/detail/live-cryptocurrency-toolb/komfbgcghgejfibmikljflimdjkgmalk
説明 Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.
ファイルサイズ 47.37 KB
インストール数 32
現在のバージョン 1.0
最終更新日 2018-08-05
公開日 2018-08-05
評価 3.00/5 合計 2 レビュー
開発者 Katyi Gergo
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live Cryptocurrency Toolbar",
    "version": "1.0",
    "description": "Live Cryptocurrency Toolbar. Shows the current price of your favourite crypto currency in the browser toolbar.",
    "permissions": [
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "loader.js"
        ]
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "cryptoToolbar.js"
            ]
        }
    ],
    "options_page": "options.html",
    "manifest_version": 2
}