Bitcoin Tracker

Stay up to date on the latest prices of Bitcoin

Bitcoin Trackerคืออะไร?

Bitcoin Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timleland.com และคุณลักษณะหลักของมันคือ "Stay up to date on the latest prices of Bitcoin"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitcoin Tracker

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}