Bitcoin Live

Get live notifications for bitcoin value

Bitcoin Liveคืออะไร?

Bitcoin Live เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yoni jah และคุณลักษณะหลักของมันคือ "Get live notifications for bitcoin value"

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

screenshot

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

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

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

                        This extension will automatically monitor Bitcoin values from mtgox and bitcoin average.
- live value displayed in your browser
- live notification on drastic value changes
- easy access to your favorite on-line charts
- (new) supports mBTC μBTC and Matoshi units

Please check the extension options after installing it to set your own preferences.
I'm really happy about all the positive reviews but if you have any questions you'll get a faster response if you ask them on my blog -
http://blog.non.co.il/index.php/bitcoin-live-chrome-extension/                    

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

ชื่อ Bitcoin Live Bitcoin Live
ID gihnmkplbiedplobapnkhgblipfgjoci
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bitcoin-live/gihnmkplbiedplobapnkhgblipfgjoci
คำอธิบาย Get live notifications for bitcoin value
ขนาดไฟล์ 56.25 KB
จำนวนการติดตั้ง 245
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2013-11-28
วันที่เผยแพร่ 2013-11-28
คะแนน 4.19/5 รวมทั้งหมด 27 คะแนน
ผู้พัฒนา yoni jah
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://blog.non.co.il/index.php/bitcoin-live-chrome-extension/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitcoin Live",
    "description": "Get live notifications for bitcoin value",
    "version": "0.2.1",
    "icons": {
        "16": "bitcoin-16.png",
        "48": "bitcoin-48.png",
        "128": "bitcoin-128.png"
    },
    "permissions": [
        "*:\/\/data.mtgox.com\/*",
        "https:\/\/websocket.mtgox.com\/*",
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "bitcoin-128.png"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "bitcoin-128.png",
        "default_popup": "popup.html"
    }
}