Ethereum Gas Price Extension

Displays the current gas price in Gwei and USD using your preferred gas price provider.

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

Το Ethereum Gas Price Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ethprofit.net, και η κύρια λειτουργία του είναι "Displays the current gas price in Gwei and USD using your preferred gas price provider.".

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

screenshot
screenshot

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

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

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

                        This extension displays the current Ethereum gas price in Gwei, the estimated time, and the average USD cost of the transaction.

Lightweight fast and convenient to use.

Ethprofit is One-click ETH 2.0 staking calculator, Gas price estimator, BTConEthereum tracker & DeFi Leaderboard website. 

Visit us: https://ethprofit.net

Open-sourced on Github:
https://github.com/Ethprofit/ethereum-gas-price-extension                    

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

Όνομα Ethereum Gas Price Extension Ethereum Gas Price Extension
ID fkdpgnngeoheiclbcljihebimblcbcjj
Επίσημο URL https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj
Περιγραφή Displays the current gas price in Gwei and USD using your preferred gas price provider.
Μέγεθος Αρχείου 188 KB
Αριθμός Εγκαταστάσεων 1,508
Τρέχουσα Έκδοση 1.00
Τελευταία Ενημέρωση 2021-05-24
Ημερομηνία Δημοσίευσης 2021-05-17
Αξιολόγηση 3.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://ethprofit.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://ethprofit.net/
Διεύθυνση URL της Σελίδας Βοήθειας https://ethprofit.net/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethereum Gas Price Extension ",
    "version": "1.00",
    "description": "Displays the current gas price in Gwei and USD using your preferred gas price provider.",
    "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
    }
}