Bitcoin Live
Get live notifications for bitcoin value
Что такое Bitcoin Live?
Bitcoin Live - это расширение Chrome, разработанное yoni jah, и его основная функция - "Get live notifications for bitcoin value".
Снимки экрана расширения
Скачать файл 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/
Основная информация о расширении
Название | |
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" } } |