Ethereum Gas Price Extension
Displays the current gas price in Gwei and USD using your preferred gas price provider.
Что такое Ethereum Gas Price Extension?
Ethereum Gas Price Extension - это расширение Chrome, разработанное https://ethprofit.net, и его основная функция - "Displays the current gas price in Gwei and USD using your preferred gas price provider.".
Снимки экрана расширения
Скачать файл CRX расширения Ethereum Gas Price Extension
Скачайте файлы расширений Ethereum Gas Price Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension displays the current Ethereum gas price in Gwei, the estimated time, and the average USD cost of the transaction. Lightweight fast and convenient to use. Ethprofit is One-click ETH 2.0 staking calculator, Gas price estimator, BTConEthereum tracker & DeFi Leaderboard website. Visit us: https://ethprofit.net Open-sourced on Github: https://github.com/Ethprofit/ethereum-gas-price-extension
Основная информация о расширении
Название | Ethereum Gas Price Extension |
ID | fkdpgnngeoheiclbcljihebimblcbcjj |
Официальный URL | https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj |
Описание | Displays the current gas price in Gwei and USD using your preferred gas price provider. |
Размер файла | 188 KB |
Количество установок | 1,508 |
Текущая Версия | 1.00 |
Последнее Обновление | 2021-05-24 |
Дата публикации | 2021-05-17 |
Рейтинг | 3.50/5 Всего 2 оценок |
Разработчик | https://ethprofit.net |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://ethprofit.net/ |
URL страницы помощи | https://ethprofit.net/ |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethereum Gas Price Extension ", "version": "1.00", "description": "Displays the current gas price in Gwei and USD using your preferred gas price provider.", "manifest_version": 2, "background": { "page": "src\/background.html", "persistent": false }, "icons": { "16": "static\/icon16.png", "48": "static\/icon48.png", "128": "static\/icon128.png" }, "browser_action": { "default_icon": "static\/icon.png", "default_title": "Ethereum Gas Price", "default_popup": "src\/popup.html" }, "permissions": [ "alarms", "storage" ], "options_ui": { "page": "src\/options.html", "open_in_tab": true } } |