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