ETH gas alerts

Keep track of gas prices easily and set up notifications when it goes below a certain threshold

什么是ETH gas alerts?

ETH gas alerts是由ethgasalert开发的Chrome扩展程序,该扩展的主要功能是“Keep track of gas prices easily and set up notifications when it goes below a certain threshold”。

扩展截图

screenshot
screenshot
screenshot

下载ETH gas alerts扩展crx文件

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

扩展使用说明

                        Keep track of Ethereum gas prices from the browser and set up notifications when it goes below a certain threshold (e.g. whenever gas is below 20gwei -you can pick a custom threshold-). Gas prices get updated every minute.

Powered by Etherscan.io APIs                    

扩展基本信息

名称 ETH gas alerts ETH gas alerts
ID eiphjjopllhmdfikjnhgcgigmobbehnm
官方URL https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm
简介 Keep track of gas prices easily and set up notifications when it goes below a certain threshold
文件大小 29.32 KB
安装次数 4,139
当前版本 0.0.1
更新时间 2020-11-28
上架时间 2020-11-24
评分 4.00/5 共9次评分
开发者 ethgasalert
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ETH gas alerts",
    "description": "Keep track of gas prices easily and set up notifications when it goes below a certain threshold",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "ethereum16.png",
        "48": "ethereum48.png",
        "128": "ethereum128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ https:\/\/ssl.google-analytics.com; object-src 'self'"
}