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
官方網址 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"
    }
}