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
Eメール [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'"
}