Ethereum Gas Price Extension

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

Qu'est-ce que Ethereum Gas Price Extension ?

Ethereum Gas Price Extension est une extension Chrome développée par nieldlr, et sa fonction principale est "A simple free utility for your browser that helps you decide how much to spend on your next transaction.".

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 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.                    

Informations de Base sur l'Extension

Nom Ethereum Gas Price Extension Ethereum Gas Price Extension
ID innfmlnnhfcebjcnfopadflecemoddnp
URL Officiel https://chromewebstore.google.com/detail/ethereum-gas-price-extens/innfmlnnhfcebjcnfopadflecemoddnp
Description A simple free utility for your browser that helps you decide how much to spend on your next transaction.
Taille du Fichier 53.53 KB
Nombre d'Installations 91,740
Version Actuelle 2.0.3
Dernière Mise à Jour 2021-08-05
Date de Publication 2020-06-29
Évaluation 4.76/5 Total 42 Évaluations
Développeur nieldlr
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gaspriceextension.com
Langues Prises en Charge 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
    }
}