DOGE Ticker

This extension displays the current DOGE/BTC price on the badge icon.

DOGE Tickerคืออะไร?

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

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

screenshot

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

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

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

                        Displays the current DOGE/BTC amount (in satoshi's), as pulled from cryptsy.com. The price updates every 5 minutes.

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

LTC: 
LTJdTVTGU9fjjnUTS4PE7em7azS4DqKDaX

DOGE:
D9xMt2Aa9WTGEVd2LtYSXvRDYMd4YCEXFn                    

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

ชื่อ DOGE Ticker DOGE Ticker
ID lonapaannpdojlmjpdcgjobcmnmpgkmk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/doge-ticker/lonapaannpdojlmjpdcgjobcmnmpgkmk
คำอธิบาย This extension displays the current DOGE/BTC price on the badge icon.
ขนาดไฟล์ 85.7 KB
จำนวนการติดตั้ง 141
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2014-02-10
วันที่เผยแพร่ 2014-02-10
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา 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": "doge_icon_48.png"
    },
    "description": "This extension displays the current DOGE\/BTC price on the badge icon.",
    "icons": {
        "16": "doge_icon_16.png",
        "48": "doge_icon_48.png",
        "128": "doge_icon_128.png"
    },
    "manifest_version": 2,
    "name": "DOGE Ticker",
    "permissions": [
        "storage",
        "http:\/\/pubapi.cryptsy.com\/"
    ],
    "version": "1.0.0"
}