ETH Gas Price

Ethereum gas price tracker

什么是ETH Gas Price?

ETH Gas Price是由cryptoage开发的Chrome扩展程序,该扩展的主要功能是“Ethereum gas price tracker”。

扩展截图

screenshot
screenshot
screenshot

下载ETH Gas Price扩展crx文件

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

扩展使用说明

                        The extension is used to monitor the price of ethereum gas in real time. Thanks to this extension, you can choose the optimal time for making cheap Ethereum transactions. In addition, the extension allows you to track the price of Ethereum.                    

扩展基本信息

名称 ETH Gas Price ETH Gas Price
ID dnggapdaebddmmnpegfopeocoecimcaa
官方URL https://chromewebstore.google.com/detail/eth-gas-price/dnggapdaebddmmnpegfopeocoecimcaa
简介 Ethereum gas price tracker
文件大小 1.49 MB
安装次数 913
当前版本 1.5.0
更新时间 2022-04-19
上架时间 2021-05-26
评分 5.00/5 共1次评分
开发者 cryptoage
电子邮箱 [email protected]
付费类型 free
扩展官网 https://profit-mine.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ETH Gas Price",
    "description": "Ethereum gas price tracker",
    "version": "1.5.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "options_ui": {
        "page": "www\/index.html#\/options",
        "browser_style": true,
        "open_in_tab": true
    },
    "browser_action": {
        "default_title": "Ethereum Gas Price",
        "default_popup": "www\/index.html#\/popup"
    },
    "background": {
        "scripts": [
            "www\/js\/bex-background.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "www\/js\/bex-content-script.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "css\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}