Bitcoin Price

Display the current Bitcoin price in Chrome.

Bitcoin Priceคืออะไร?

Bitcoin Price เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://edwardbowden.co.uk และคุณลักษณะหลักของมันคือ "Display the current Bitcoin price in Chrome."

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

screenshot
screenshot

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

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

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

                        Shows the current BTC price at all times right in your browser.

Customisable, simple and effective.

Donate: 1FTExDAhaffXKLotqd9JSjBWBHCkFkLHpt                    

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

ชื่อ Bitcoin Price Bitcoin Price
ID jiijoddlomajkmcbcafjfgpfjbmeoldh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bitcoin-price/jiijoddlomajkmcbcafjfgpfjbmeoldh
คำอธิบาย Display the current Bitcoin price in Chrome.
ขนาดไฟล์ 64.87 KB
จำนวนการติดตั้ง 243
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2017-06-15
วันที่เผยแพร่ 2017-06-15
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://edwardbowden.co.uk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://edwardbowden.co.uk
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Price",
    "short_name": "Clean Tab",
    "description": "Display the current Bitcoin price in Chrome.",
    "version": "0.2.0",
    "permissions": [
        "alarms"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon19.png"
        },
        "default_title": "BTC Price",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    }
}