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
电子邮箱 [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"
    ]
}