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