Ethereum Gas Price Extension

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

Qu'est-ce que Ethereum Gas Price Extension ?

Ethereum Gas Price Extension est une extension Chrome développée par https://ethprofit.net, et sa fonction principale est "Displays the current gas price in Gwei and USD using your preferred gas price provider.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Ethereum Gas Price Extension

Téléchargez les fichiers d'extension Ethereum Gas Price Extension 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

                        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                    

Informations de Base sur l'Extension

Nom Ethereum Gas Price Extension Ethereum Gas Price Extension
ID fkdpgnngeoheiclbcljihebimblcbcjj
URL Officiel https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj
Description Displays the current gas price in Gwei and USD using your preferred gas price provider.
Taille du Fichier 188 KB
Nombre d'Installations 1,508
Version Actuelle 1.00
Dernière Mise à Jour 2021-05-24
Date de Publication 2021-05-17
Évaluation 3.50/5 Total 2 Évaluations
Développeur https://ethprofit.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://ethprofit.net/
URL de la Page d'Aide https://ethprofit.net/
Langues Prises en Charge 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
    }
}