Ethereum Gas Price Extension

Displays the current gas price in Gwei and USD using your preferred gas price provider.

什么是Ethereum Gas Price Extension?

Ethereum Gas Price Extension是由https://ethprofit.net开发的Chrome扩展程序,该扩展的主要功能是“Displays the current gas price in Gwei and USD using your preferred gas price provider.”。

扩展截图

screenshot
screenshot

下载Ethereum Gas Price Extension扩展crx文件

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

扩展使用说明

                        This extension displays the current Ethereum gas price in Gwei, the estimated time, and the average USD cost of the transaction.

Lightweight fast and convenient to use.

Ethprofit is One-click ETH 2.0 staking calculator, Gas price estimator, BTConEthereum tracker & DeFi Leaderboard website. 

Visit us: https://ethprofit.net

Open-sourced on Github:
https://github.com/Ethprofit/ethereum-gas-price-extension                    

扩展基本信息

名称 Ethereum Gas Price Extension Ethereum Gas Price Extension
ID fkdpgnngeoheiclbcljihebimblcbcjj
官方URL https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj
简介 Displays the current gas price in Gwei and USD using your preferred gas price provider.
文件大小 188 KB
安装次数 1,508
当前版本 1.00
更新时间 2021-05-24
上架时间 2021-05-17
评分 3.50/5 共2次评分
开发者 https://ethprofit.net
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ethprofit.net/
帮助页面URL https://ethprofit.net/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethereum Gas Price Extension ",
    "version": "1.00",
    "description": "Displays the current gas price in Gwei and USD using your preferred gas price provider.",
    "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
    }
}