Bitcoin

check the bitcoin price on every new tab

什么是Bitcoin?

Bitcoin是由https://smth.club开发的Chrome扩展程序,该扩展的主要功能是“check the bitcoin price on every new tab”。

扩展截图

screenshot

下载Bitcoin扩展crx文件

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

扩展使用说明

                        Get the live price of BTC in USD on every new tab you open.                    

扩展基本信息

名称 Bitcoin Bitcoin
ID hogkhhgfeinbfkgohegldamihnkehonp
官方URL https://chromewebstore.google.com/detail/bitcoin/hogkhhgfeinbfkgohegldamihnkehonp
简介 check the bitcoin price on every new tab
文件大小 201 KB
安装次数 30
当前版本 1.0.0
更新时间 2021-02-16
上架时间 2021-02-15
开发者 https://smth.club
电子邮箱 [email protected]
付费类型 free
扩展官网 https://smth.club/bitcoin
帮助页面URL https://twitter.com/Gabriel07__
隐私政策页面URL https://gabriellobl.github.io/visualize-life
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitcoin",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "check the bitcoin price on every new tab",
    "icons": {
        "16": "btc-16.png",
        "48": "btc-48.png",
        "128": "btc-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "btc-16.png",
            "48": "btc-48.png",
            "128": "btc-128.png"
        },
        "default_title": "Bitcoin"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}