Bitcoin Live
Get live notifications for bitcoin value
Bitcoin Live là gì?
Bitcoin Live là một tiện ích mở rộng Chrome được phát triển bởi yoni jah, và tính năng chính của nó là "Get live notifications for bitcoin value".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bitcoin Live
Tải xuống các tệp mở rộng Bitcoin Live dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gihnmkplbiedplobapnkhgblipfgjoci |
URL Chính Thức | https://chrome.google.com/webstore/detail/bitcoin-live/gihnmkplbiedplobapnkhgblipfgjoci |
Mô tả | Get live notifications for bitcoin value |
Kích Thước Tệp | 56.25 KB |
Số Lần Cài Đặt | 245 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2013-11-28 |
Ngày Phát Hành | 2013-11-28 |
Đánh Giá | 4.19/5 Tổng số 27 Đánh Giá |
Nhà Phát Triển | yoni jah |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://blog.non.co.il/index.php/bitcoin-live-chrome-extension/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |