Bitcoin

check the bitcoin price on every new tab

Bitcoinคืออะไร?

Bitcoin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://smth.club และคุณลักษณะหลักของมันคือ "check the bitcoin price on every new tab"

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

screenshot

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

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

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

                        Get the live price of BTC in USD on every new tab you open.                    

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

ชื่อ Bitcoin Bitcoin
ID hogkhhgfeinbfkgohegldamihnkehonp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bitcoin/hogkhhgfeinbfkgohegldamihnkehonp
คำอธิบาย check the bitcoin price on every new tab
ขนาดไฟล์ 201 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-02-16
วันที่เผยแพร่ 2021-02-15
ผู้พัฒนา https://smth.club
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://smth.club/bitcoin
URL หน้าช่วยเหลือ https://twitter.com/Gabriel07__
URL หน้านโยบายความเป็นส่วนตัว https://gabriellobl.github.io/visualize-life
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bitcoin",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "check the bitcoin price on every new tab",
    "icons": {
        "16": "btc-16.png",
        "48": "btc-48.png",
        "128": "btc-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "btc-16.png",
            "48": "btc-48.png",
            "128": "btc-128.png"
        },
        "default_title": "Bitcoin"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}