Bitcoin Live

Get live notifications for bitcoin value

什么是Bitcoin Live?

Bitcoin Live是由yoni jah开发的Chrome扩展程序,该扩展的主要功能是“Get live notifications for bitcoin value”。

扩展截图

screenshot

下载Bitcoin Live扩展crx文件

下载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"
    }
}