Feel the Fee
Check out real-time gas fees on Ethereum in whatever currency you like
Что такое Feel the Fee?
Feel the Fee - это расширение Chrome, разработанное https://fee.finance, и его основная функция - "Check out real-time gas fees on Ethereum in whatever currency you like".
Снимки экрана расширения
Скачать файл CRX расширения Feel the Fee
Скачайте файлы расширений Feel the Fee в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
What's the current gas price on Ethereum? How much gas fee will it cost to do some yield farming on Yearn/Curve/Balancer? How much gas fee do I need to pay to swap a coin on Uniswap? Open the extension popup and feel the fee right now! Основная информация о расширении
| Название | |
| ID | ogajfoicbmjoggcpkmhddokjoipjbnkg |
| Официальный URL | https://chromewebstore.google.com/detail/feel-the-fee/ogajfoicbmjoggcpkmhddokjoipjbnkg |
| Описание | Check out real-time gas fees on Ethereum in whatever currency you like |
| Размер файла | 606 KB |
| Количество установок | 52 |
| Текущая Версия | 1.3.1 |
| Последнее Обновление | 2020-09-10 |
| Дата публикации | 2020-08-27 |
| Разработчик | https://fee.finance |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://fee.finance |
| URL страницы помощи | https://github.com/harry830622/feel-the-fee/issues |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Feel the Fee",
"version": "1.3.1",
"description": "Check out real-time gas fees on Ethereum in whatever currency you like",
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"http:\/\/localhost:3000\/*",
"https:\/\/api.coingecko.com\/*",
"https:\/\/api.fee.finance\/*"
],
"manifest_version": 2
} | |