Bitcoin Live
Get live notifications for bitcoin value
什麼是Bitcoin Live?
Bitcoin Live是由yoni jah開發的Chrome擴展程式,該擴展的主要功能是“Get live notifications for bitcoin value”。
擴展截圖
下載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/
擴展基本資訊
名稱 | |
ID | gihnmkplbiedplobapnkhgblipfgjoci |
官方網址 | 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" } } |