ETH gas alerts
Keep track of gas prices easily and set up notifications when it goes below a certain threshold
Что такое ETH gas alerts?
ETH gas alerts - это расширение Chrome, разработанное ethgasalert, и его основная функция - "Keep track of gas prices easily and set up notifications when it goes below a certain threshold".
Снимки экрана расширения
Скачать файл CRX расширения ETH gas alerts
Скачайте файлы расширений ETH gas alerts в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Keep track of Ethereum gas prices from the browser and set up notifications when it goes below a certain threshold (e.g. whenever gas is below 20gwei -you can pick a custom threshold-). Gas prices get updated every minute. Powered by Etherscan.io APIs
Основная информация о расширении
Название | ETH gas alerts |
ID | eiphjjopllhmdfikjnhgcgigmobbehnm |
Официальный URL | https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm |
Описание | Keep track of gas prices easily and set up notifications when it goes below a certain threshold |
Размер файла | 29.32 KB |
Количество установок | 4,139 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2020-11-28 |
Дата публикации | 2020-11-24 |
Рейтинг | 4.00/5 Всего 9 оценок |
Разработчик | ethgasalert |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ETH gas alerts", "description": "Keep track of gas prices easily and set up notifications when it goes below a certain threshold", "version": "0.0.1", "manifest_version": 2, "permissions": [ "alarms", "notifications", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "ethereum16.png", "48": "ethereum48.png", "128": "ethereum128.png" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ https:\/\/ssl.google-analytics.com; object-src 'self'" } |