Bitcoin Tracker

Stay up to date on the latest prices of Bitcoin

Bitcoin Trackerとは何ですか?

Bitcoin Trackerはhttps://timleland.comによって開発されたChromeの拡張機能で、その主な機能は「Stay up to date on the latest prices of Bitcoin」です。

拡張機能のスクリーンショット

screenshot
screenshot

Bitcoin Tracker拡張機能のCRXファイルをダウンロード

Bitcoin Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Easily keep up to date on the latest Bitcoin prices right in your Chrome toolbar.

Features
* Current Bitcoin price in your browser toolbar
* Last 30 days of Bitcoin daily price
* Automatically updates every 15 minutes                    

拡張機能の基本情報

名前 Bitcoin Tracker Bitcoin Tracker
ID ajimhlkppknjhjccilgojebdcaljlmbe
公式URL https://chromewebstore.google.com/detail/bitcoin-tracker/ajimhlkppknjhjccilgojebdcaljlmbe
説明 Stay up to date on the latest prices of Bitcoin
ファイルサイズ 836 KB
インストール数 385
現在のバージョン 2.0.1
最終更新日 2022-09-06
公開日 2021-01-06
評価 4.00/5 合計 1 レビュー
開発者 https://timleland.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://timleland.com/bitcoin-tracker-extension/
ヘルプページのURL https://timleland.com/contact
プライバシーポリシーページのURL https://t.ly/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bitcoin Tracker",
    "homepage_url": "https:\/\/timleland.com\/bitcoin-tracker-extension\/",
    "version": "2.0.1",
    "icons": {
        "16": "media\/icons\/icon16.png",
        "48": "media\/icons\/icon48.png",
        "128": "media\/icons\/icon128.png"
    },
    "description": "Stay up to date on the latest prices of Bitcoin",
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "38": "media\/icons\/icon38.png"
        },
        "default_title": "Bitcoin Tracker",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "alarms"
    ]
}