ETH Gas Price
Displays the current gas price (in gwei and not in $) using your preferred gas price provider.
Qu'est-ce que ETH Gas Price ?
ETH Gas Price est une extension Chrome développée par Pato, et sa fonction principale est "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ETH Gas Price
Téléchargez les fichiers d'extension ETH Gas Price 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
ETH Gas Price helps Ethereum blockchain users to display the current transaction price in gwei.
Informations de Base sur l'Extension
Nom | ETH Gas Price |
ID | aehhmeflgglnnipjijolgkjgcnhnnjfd |
URL Officiel | https://chromewebstore.google.com/detail/eth-gas-price/aehhmeflgglnnipjijolgkjgcnhnnjfd |
Description | Displays the current gas price (in gwei and not in $) using your preferred gas price provider. |
Taille du Fichier | 79.78 KB |
Nombre d'Installations | 159 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-06-22 |
Date de Publication | 2021-06-21 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Pato |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/patobiskoto/gas |
URL de la Page d'Aide | https://github.com/patobiskoto/gas |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ETH Gas Price", "version": "1.0", "description": "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.", "manifest_version": 2, "background": { "page": "src\/background.html", "persistent": false }, "icons": { "16": "static\/icon16.png", "32": "static\/icon32.png", "128": "static\/icon128.png" }, "browser_action": { "default_icon": "static\/icon.png", "default_title": "ETH Gas Price", "default_popup": "src\/popup.html" }, "permissions": [ "alarms", "storage" ], "options_ui": { "page": "src\/options.html", "open_in_tab": true } } |