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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pedro.reyes.solutions, και η κύρια λειτουργία του είναι "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ethereum gas price alert

Λήψη αρχείων επέκτασης 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"
    }
}