Ethereum gas price alert

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

Qu'est-ce que Ethereum gas price alert ?

Ethereum gas price alert est une extension Chrome développée par pedro.reyes.solutions, et sa fonction principale est "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ethereum gas price alert

Téléchargez les fichiers d'extension Ethereum gas price alert au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ethereum gas price alert Ethereum gas price alert
ID abofcebkdhmjfllhaoihllkcdpfckiaa
URL Officiel https://chromewebstore.google.com/detail/ethereum-gas-price-alert/abofcebkdhmjfllhaoihllkcdpfckiaa
Description Wolfalert - Set your alarm to be notified when the ethereum gas price is low!
Taille du Fichier 49.3 MB
Nombre d'Installations 154
Version Actuelle 2.0.1
Dernière Mise à Jour 2022-06-02
Date de Publication 2021-07-28
Évaluation 4.00/5 Total 2 Évaluations
Développeur pedro.reyes.solutions
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://wolfalert-prod.web.app/gas
URL de la Page d'Aide https://t.me/joinchat/RLkEMkRDOovu9tuR
Langues Prises en Charge 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"
    }
}