Ethereum gas price alert

Wolfalert - Set your alarm to be notified when the ethereum gas price is low!

什么是Ethereum gas price alert?

Ethereum gas price alert是由pedro.reyes.solutions开发的Chrome扩展程序,该扩展的主要功能是“Wolfalert - Set your alarm to be notified when the ethereum gas price is low!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Ethereum gas price alert扩展crx文件

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

扩展使用说明

                        Ethereum gas price alert. 

A simple form where you set the gas price is good for you. If the price is below your alarm then the gas price text will turn green or red in other case.                    

扩展基本信息

名称 Ethereum gas price alert Ethereum gas price alert
ID abofcebkdhmjfllhaoihllkcdpfckiaa
官方URL https://chromewebstore.google.com/detail/ethereum-gas-price-alert/abofcebkdhmjfllhaoihllkcdpfckiaa
简介 Wolfalert - Set your alarm to be notified when the ethereum gas price is low!
文件大小 49.3 MB
安装次数 154
当前版本 2.0.1
更新时间 2022-06-02
上架时间 2021-07-28
评分 4.00/5 共2次评分
开发者 pedro.reyes.solutions
电子邮箱 [email protected]
付费类型 free
扩展官网 https://wolfalert-prod.web.app/gas
帮助页面URL https://t.me/joinchat/RLkEMkRDOovu9tuR
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Wolfalert",
    "name": "Ethereum gas price alert",
    "description": "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!",
    "version": "2.0.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "action": {
        "default_popup": ".\/build\/index.html",
        "default_title": "Open the popup",
        "default_icon": {
            "16": "\/assets\/icons\/icon16.png",
            "32": "\/assets\/icons\/icon32.png",
            "48": "\/assets\/icons\/icon48.png",
            "128": "\/assets\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "32": "\/assets\/icons\/icon32.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    },
    "background": {
        "service_worker": ".\/src\/scripts\/background.js",
        "type": "module"
    }
}