Alerts for Binance
Get notifications when cryptocurrency pairs hit a certain price
Что такое Alerts for Binance?
Alerts for Binance - это расширение Chrome, разработанное tberghuis, и его основная функция - "Get notifications when cryptocurrency pairs hit a certain price".
Снимки экрана расширения
Скачать файл CRX расширения Alerts for Binance
Скачайте файлы расширений Alerts for Binance в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Get notified when a crypto pairing hits a certain price. Source code available: https://github.com/tberghuis/AlertsForBinance Feedback welcome. Please submit feedback as a new issue on github https://github.com/tberghuis/AlertsForBinance/issues
Основная информация о расширении
Название | Alerts for Binance |
ID | gnljjenfhpahfjofemhpjmfdhdjjhedb |
Официальный URL | https://chromewebstore.google.com/detail/alerts-for-binance/gnljjenfhpahfjofemhpjmfdhdjjhedb |
Описание | Get notifications when cryptocurrency pairs hit a certain price |
Размер файла | 283 KB |
Количество установок | 102 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2019-03-08 |
Дата публикации | 2019-03-08 |
Разработчик | tberghuis |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Get notifications when cryptocurrency pairs hit a certain price", "version": "0.0.1", "name": "Alerts for Binance", "options_page": "options.html", "background": { "scripts": [ "background.bundle.js" ] }, "browser_action": [], "permissions": [ "storage", "https:\/\/api.binance.com\/", "notifications" ], "manifest_version": 2 } |