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”。
擴展截圖
下載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                     擴展基本資訊
| 名稱 |   |  
| ID | ajimhlkppknjhjccilgojebdcaljlmbe | 
| 官方網址 | 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"
    ]
}  |  |