ETH Gas Price

Displays the current gas price (in gwei and not in $) using your preferred gas price provider.

什么是ETH Gas Price?

ETH Gas Price是由Pato开发的Chrome扩展程序,该扩展的主要功能是“Displays the current gas price (in gwei and not in $) using your preferred gas price provider.”。

扩展截图

screenshot

下载ETH Gas Price扩展crx文件

下载ETH Gas Price扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ETH Gas Price helps Ethereum blockchain users to display the current transaction price in gwei.                    

扩展基本信息

名称 ETH Gas Price ETH Gas Price
ID aehhmeflgglnnipjijolgkjgcnhnnjfd
官方URL https://chromewebstore.google.com/detail/eth-gas-price/aehhmeflgglnnipjijolgkjgcnhnnjfd
简介 Displays the current gas price (in gwei and not in $) using your preferred gas price provider.
文件大小 79.78 KB
安装次数 159
当前版本 1.0
更新时间 2021-06-22
上架时间 2021-06-21
评分 5.00/5 共2次评分
开发者 Pato
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/patobiskoto/gas
帮助页面URL https://github.com/patobiskoto/gas
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ETH Gas Price",
    "version": "1.0",
    "description": "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.",
    "manifest_version": 2,
    "background": {
        "page": "src\/background.html",
        "persistent": false
    },
    "icons": {
        "16": "static\/icon16.png",
        "32": "static\/icon32.png",
        "128": "static\/icon128.png"
    },
    "browser_action": {
        "default_icon": "static\/icon.png",
        "default_title": "ETH Gas Price",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": true
    }
}