CEX.io GHS Ticker

This extension displays the current CEX.io GHS/mBTC price on the badge icon.

CEX.io GHS Tickerคืออะไร?

CEX.io GHS Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย n.brooking และคุณลักษณะหลักของมันคือ "This extension displays the current CEX.io GHS/mBTC price on the badge icon."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CEX.io GHS Ticker

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

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

                        Displays the current GHS/mBTC amount, as pulled from cex.io. The price updates every 5 minutes. (Note this displays price in mBTC, not BTC.)

If you like this, you can donate here:
BTC: 
1H12LDENkn9D53ivL1bzxMCTvX98qTq1m2

LTC: 
LTJdTVTGU9fjjnUTS4PE7em7azS4DqKDaX

DOGE:
D9xMt2Aa9WTGEVd2LtYSXvRDYMd4YCEXFn                    

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

ชื่อ CEX.io GHS Ticker CEX.io GHS Ticker
ID amihmihenaaecegfjpcngkfpofjnaegi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cexio-ghs-ticker/amihmihenaaecegfjpcngkfpofjnaegi
คำอธิบาย This extension displays the current CEX.io GHS/mBTC price on the badge icon.
ขนาดไฟล์ 41.54 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2014-02-10
วันที่เผยแพร่ 2014-02-10
คะแนน 4.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา n.brooking
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "cex_icon_48.png"
    },
    "description": "This extension displays the current CEX.io GHS\/mBTC price on the badge icon.",
    "icons": {
        "16": "cex_icon_16.png",
        "48": "cex_icon_48.png",
        "64": "cex_icon_64.png"
    },
    "manifest_version": 2,
    "name": "CEX.io GHS Ticker",
    "permissions": [
        "storage",
        "https:\/\/cex.io\/api\/"
    ],
    "version": "1.0.0"
}