Ethereum Gas Price Extension
Displays the current gas price in Gwei and USD using your preferred gas price provider.
Co je Ethereum Gas Price Extension?
Ethereum Gas Price Extension je rozšíření Chrome vyvinuté https://ethprofit.net, a jeho hlavní funkcí je „Displays the current gas price in Gwei and USD using your preferred gas price provider.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Ethereum Gas Price Extension
Stáhněte si soubory rozšíření Ethereum Gas Price Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Ethereum Gas Price Extension |
ID | fkdpgnngeoheiclbcljihebimblcbcjj |
Oficiální URL | https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj |
Popis | Displays the current gas price in Gwei and USD using your preferred gas price provider. |
Velikost souboru | 188 KB |
Počet instalací | 1,508 |
Aktuální Verze | 1.00 |
Poslední Aktualizace | 2021-05-24 |
Datum Vydání | 2021-05-17 |
Hodnocení | 3.50/5 Celkem 2 Hodnocení |
Vývojář | https://ethprofit.net |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://ethprofit.net/ |
URL Stránky Nápovědy | https://ethprofit.net/ |
Podporované Jazyky | 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 } } |