Ethereum Gas Price Extension

A simple free utility for your browser that helps you decide how much to spend on your next transaction.

Τι είναι το Ethereum Gas Price Extension;

Το Ethereum Gas Price Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nieldlr, και η κύρια λειτουργία του είναι "A simple free utility for your browser that helps you decide how much to spend on your next transaction.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Ethereum Gas Price Extension

Λήψη αρχείων επέκτασης Ethereum Gas Price Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension helps you keep track of the congestion on the Ethereum blockchain. It shows the latest fees so you can decide what's best for you to price your transactions.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Ethereum Gas Price Extension Ethereum Gas Price Extension
ID innfmlnnhfcebjcnfopadflecemoddnp
Επίσημο URL https://chromewebstore.google.com/detail/ethereum-gas-price-extens/innfmlnnhfcebjcnfopadflecemoddnp
Περιγραφή A simple free utility for your browser that helps you decide how much to spend on your next transaction.
Μέγεθος Αρχείου 53.53 KB
Αριθμός Εγκαταστάσεων 91,740
Τρέχουσα Έκδοση 2.0.3
Τελευταία Ενημέρωση 2021-08-05
Ημερομηνία Δημοσίευσης 2020-06-29
Αξιολόγηση 4.76/5 Συνολικά 42 Αξιολογήσεις
Προγραμματιστής nieldlr
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://gaspriceextension.com
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethereum Gas Price Extension",
    "version": "2.0.3",
    "description": "A simple free utility for your browser that helps you decide how much to spend on your next transaction.",
    "manifest_version": 2,
    "background": {
        "page": "src\/background.html",
        "persistent": false
    },
    "icons": {
        "16": "static\/icon16.png",
        "48": "static\/icon48.png",
        "128": "static\/icon128.png"
    },
    "browser_action": {
        "default_icon": "static\/icon.png",
        "default_title": "Ethereum Gas Price",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": true
    }
}