Gas Now Notifier
This extension will give you the gas price and notify you
Что такое Gas Now Notifier?
Gas Now Notifier - это расширение Chrome, разработанное Wadie ELARRIM, и его основная функция - "This extension will give you the gas price and notify you".
Снимки экрана расширения
Скачать файл CRX расширения Gas Now Notifier
Скачайте файлы расширений Gas Now Notifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Gas Now Notifier was created with love because I needed to check every time the gas price. With Gas Now Notifier, you have to specify your goal and that's it, it will notify you once the price reach the goal. PS : Gas Now Notifier fetch data from Gas Now
Основная информация о расширении
Название | Gas Now Notifier |
ID | clccniplcefppppkbaaefjmkipnjgpek |
Официальный URL | https://chromewebstore.google.com/detail/gas-now-notifier/clccniplcefppppkbaaefjmkipnjgpek |
Описание | This extension will give you the gas price and notify you |
Размер файла | 17.67 KB |
Количество установок | 752 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2020-12-29 |
Дата публикации | 2020-12-28 |
Разработчик | Wadie ELARRIM |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | https://www.linkedin.com/in/welarrim/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gas Now Notifier", "description": "This extension will give you the gas price and notify you", "version": "1.0.1", "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" }, "browser_action": { "default_icon": "assets\/icon32.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "notifications", "alarms" ], "content_security_policy": "default-src 'self' blob: filesystem: 'unsafe-eval'; connect-src 'self' https:\/\/www.gasnow.org\/api\/v3\/gas\/price;" } |