Reddit BTC Ticker

Add a bitcoin price ticker to the bitcoin subreddit

Reddit BTC Tickerคืออะไร?

Reddit BTC Ticker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย omnibrain และคุณลักษณะหลักของมันคือ "Add a bitcoin price ticker to the bitcoin subreddit"

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

screenshot

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

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

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

                        New in 1.4: Support for MtRed subreddit

New in 1.2: Multi currency support

Adds a MtGox bitcoin price ticker to the bitcoin subreddit sidebar.                    

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

ชื่อ Reddit BTC Ticker Reddit BTC Ticker
ID lnfjghfdbdjgakbfjdliepjcbdahfhpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reddit-btc-ticker/lnfjghfdbdjgakbfjdliepjcbdahfhpl
คำอธิบาย Add a bitcoin price ticker to the bitcoin subreddit
ขนาดไฟล์ 180 KB
จำนวนการติดตั้ง 10
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2013-03-09
วันที่เผยแพร่ 2013-03-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา omnibrain
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit BTC Ticker",
    "manifest_version": 2,
    "version": "1.4",
    "description": "Add a bitcoin price ticker to the bitcoin subreddit",
    "permissions": [
        "http:\/\/www.reddit.com\/r\/Bitcoin*",
        "https:\/\/mtgox.com\/api\/1\/BTCUSD\/ticker",
        "http:\/\/rate-exchange.appspot.com\/currency?from=USD&to=*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/r\/Bitcoin*",
                "*:\/\/*.reddit.com\/r\/MtRed*"
            ],
            "js": [
                "jquery-1.9.1.min.js",
                "btc-ticker.js"
            ]
        }
    ]
}