Bitcoin Price

Display the current Bitcoin price in Chrome.

什么是Bitcoin Price?

Bitcoin Price是由http://edwardbowden.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Display the current Bitcoin price in Chrome.”。

扩展截图

screenshot
screenshot

下载Bitcoin Price扩展crx文件

下载Bitcoin Price扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Shows the current BTC price at all times right in your browser.

Customisable, simple and effective.

Donate: 1FTExDAhaffXKLotqd9JSjBWBHCkFkLHpt                    

扩展基本信息

名称 Bitcoin Price Bitcoin Price
ID jiijoddlomajkmcbcafjfgpfjbmeoldh
官方URL https://chrome.google.com/webstore/detail/bitcoin-price/jiijoddlomajkmcbcafjfgpfjbmeoldh
简介 Display the current Bitcoin price in Chrome.
文件大小 64.87 KB
安装次数 243
当前版本 0.2.0
更新时间 2017-06-15
上架时间 2017-06-15
评分 4.50/5 共2次评分
开发者 http://edwardbowden.co.uk
电子邮箱 [email protected]
付费类型 free
扩展官网 http://edwardbowden.co.uk
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Price",
    "short_name": "Clean Tab",
    "description": "Display the current Bitcoin price in Chrome.",
    "version": "0.2.0",
    "permissions": [
        "alarms"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png"
        },
        "default_title": "BTC Price",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    }
}