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
}