Ethereum Gas Price Extension

A simple free utility for your browser that helps you decide how much to spend on your next transaction.

Что такое Ethereum Gas Price Extension?

Ethereum Gas Price Extension - это расширение Chrome, разработанное nieldlr, и его основная функция - "A simple free utility for your browser that helps you decide how much to spend on your next transaction.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Ethereum Gas Price Extension

Скачайте файлы расширений Ethereum Gas Price Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension helps you keep track of the congestion on the Ethereum blockchain. It shows the latest fees so you can decide what's best for you to price your transactions.                    

Основная информация о расширении

Название Ethereum Gas Price Extension Ethereum Gas Price Extension
ID innfmlnnhfcebjcnfopadflecemoddnp
Официальный URL https://chromewebstore.google.com/detail/ethereum-gas-price-extens/innfmlnnhfcebjcnfopadflecemoddnp
Описание A simple free utility for your browser that helps you decide how much to spend on your next transaction.
Размер файла 53.53 KB
Количество установок 91,740
Текущая Версия 2.0.3
Последнее Обновление 2021-08-05
Дата публикации 2020-06-29
Рейтинг 4.76/5 Всего 42 оценок
Разработчик nieldlr
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://gaspriceextension.com
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethereum Gas Price Extension",
    "version": "2.0.3",
    "description": "A simple free utility for your browser that helps you decide how much to spend on your next transaction.",
    "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
    }
}