Fantom Gas Price Extension
Displays the current gas price using your preferred gas price provider.
Что такое Fantom Gas Price Extension?
Fantom Gas Price Extension - это расширение Chrome, разработанное PeaStew, и его основная функция - "Displays the current gas price using your preferred gas price provider.".
Снимки экрана расширения
Скачать файл CRX расширения Fantom Gas Price Extension
Скачайте файлы расширений Fantom Gas Price Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Shows current gas price estimates from FTMScan to help better estimate gas needed for a transaction on the Fantom blockchain in MetaMask (for example) Основная информация о расширении
| Название | |
| ID | ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
| Официальный URL | https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
| Описание | Displays the current gas price using your preferred gas price provider. |
| Размер файла | 78.2 KB |
| Количество установок | 58 |
| Текущая Версия | 0.0.1 |
| Последнее Обновление | 2022-02-14 |
| Дата публикации | 2022-02-14 |
| Разработчик | PeaStew |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/PeaStew/fantom-gas-price-extension |
| URL страницы помощи | https://github.com/PeaStew/fantom-gas-price-extension |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fantom Gas Price Extension",
"version": "0.0.1",
"description": "Displays the current gas price using your preferred gas price provider.",
"manifest_version": 3,
"icons": {
"16": "static\/icon16.png",
"48": "static\/icon48.png",
"128": "static\/icon128.png"
},
"action": {
"default_title": "Fantom Gas Price",
"default_popup": "src\/popup.html",
"default_icon": {
"16": "static\/icon16.png",
"32": "static\/icon32.png",
"48": "static\/icon48.png",
"128": "static\/icon128.png"
}
},
"background": {
"service_worker": "src\/background.js"
},
"permissions": [
"alarms",
"storage"
]
} | |