IOTA ticker
This non official extension allows the user to display the current price of MIOTA in USD
Что такое IOTA ticker?
IOTA ticker - это расширение Chrome, разработанное hak910, и его основная функция - "This non official extension allows the user to display the current price of MIOTA in USD".
Снимки экрана расширения
Скачать файл CRX расширения IOTA ticker
Скачайте файлы расширений IOTA ticker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This non official extension allows the user to display the current price of MIOTA in USD from CoinMarketCap. The price is updated every minute. The red background indicates that the 24h price is down. The green background indicates that the 24h price is up. Donation : MGGUTRHVQNPHXRJ9TQZQUWLDVCCENBVRCWVIFPTCNGINHCCIYYAHWIGFP9ATMHWZPWLUXOXUTODEKBRPYBJNMEWWUD
Основная информация о расширении
Название | |
ID | jbhegidpbcpnnabhglbjfboccegcjjbe |
Официальный URL | https://chrome.google.com/webstore/detail/iota-ticker/jbhegidpbcpnnabhglbjfboccegcjjbe |
Описание | This non official extension allows the user to display the current price of MIOTA in USD |
Размер файла | 5.52 KB |
Количество установок | 41 |
Текущая Версия | 1.1 |
Последнее Обновление | 2017-12-17 |
Дата публикации | 2017-12-17 |
Рейтинг | 4.73/5 Всего 11 оценок |
Разработчик | hak910 |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IOTA ticker", "description": "This non official extension allows the user to display the current price of MIOTA in USD", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "background", "alarms" ], "background": { "scripts": [ "myscript.js" ], "persistent": true } } |