Bitcoin Dashboard

Get live updates on price, news, and key network metrics.

Bitcoin Dashboardคืออะไร?

Bitcoin Dashboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bitcoin Magazine และคุณลักษณะหลักของมันคือ "Get live updates on price, news, and key network metrics."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Bitcoin Dashboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get live updates on price, news, and key network metrics. Our extension simply displays real-time data such as price, hash rate, block height, and transaction fees, as well as recent articles from Bitcoin Magazine to keep readers informed.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bitcoin Dashboard Bitcoin Dashboard
ID ojgkmfieoeoojagepackgdfaloikkbmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bitcoin-dashboard/ojgkmfieoeoojagepackgdfaloikkbmh
คำอธิบาย Get live updates on price, news, and key network metrics.
ขนาดไฟล์ 1.39 MB
จำนวนการติดตั้ง 575
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2023-05-26
วันที่เผยแพร่ 2023-02-11
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Bitcoin Magazine
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://bitcoinmagazine.com
URL หน้านโยบายความเป็นส่วนตัว https://b.tc/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitcoin Dashboard",
    "description": "Get live updates on price, news, and key network metrics.",
    "version": "0.2.1",
    "manifest_version": 3,
    "icons": {
        "128": "bm-logo.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Bitcoin Dashboard"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/* data: blob: filesystem:;"
    },
    "host_permissions": [
        "https:\/\/bitcoinmagazine.com\/*"
    ]
}