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是由nieldlr开发的Chrome扩展程序,该扩展的主要功能是“A simple free utility for your browser that helps you decide how much to spend on your next transaction.”。

扩展截图

screenshot
screenshot

下载Ethereum Gas Price Extension扩展crx文件

下载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
    }
}