Ethereum Gas Price Extension
A simple free utility for your browser that helps you decide how much to spend on your next transaction.
Co je Ethereum Gas Price Extension?
Ethereum Gas Price Extension je rozšíření Chrome vyvinuté nieldlr, a jeho hlavní funkcí je „A simple free utility for your browser that helps you decide how much to spend on your next transaction.“.
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 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.
Základní Informace o Rozšíření
Název | Ethereum Gas Price Extension |
ID | innfmlnnhfcebjcnfopadflecemoddnp |
Oficiální URL | https://chromewebstore.google.com/detail/ethereum-gas-price-extens/innfmlnnhfcebjcnfopadflecemoddnp |
Popis | A simple free utility for your browser that helps you decide how much to spend on your next transaction. |
Velikost souboru | 53.53 KB |
Počet instalací | 91,740 |
Aktuální Verze | 2.0.3 |
Poslední Aktualizace | 2021-08-05 |
Datum Vydání | 2020-06-29 |
Hodnocení | 4.76/5 Celkem 42 Hodnocení |
Vývojář | nieldlr |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://gaspriceextension.com |
Podporované Jazyky | 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 } } |