GAS Pod
A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.
Co to jest GAS Pod?
GAS Pod to rozszerzenie Chrome opracowane przez huazhou, a jego główną funkcją jest „A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GAS Pod
Pobierz pliki rozszerzeń GAS Pod w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Features: - Supports EIP1559 - Different color labels of icon indicate the current gas traffic - Click on the dashboard to quickly jump to blocknative - Launch a small pop-up window, you can place it anywhere as a desktop widget Open source: https://github.com/huazhouwang/GASPod
Podstawowe informacje o rozszerzeniu
Nazwa | GAS Pod |
ID | diobnnjkbkdpdgenhlgjanifmaimmppp |
Oficjalny URL | https://chromewebstore.google.com/detail/gas-pod/diobnnjkbkdpdgenhlgjanifmaimmppp |
Opis | A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative. |
Rozmiar pliku | 200 KB |
Liczba instalacji | 110 |
Aktualna Wersja | 1.9 |
Ostatnia Aktualizacja | 2021-11-22 |
Data Publikacji | 2021-07-05 |
Deweloper | huazhou |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.9", "name": "GAS Pod", "description": "A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative. ", "icons": { "16": "logo_ethereum_16.png", "48": "logo_ethereum_48.png", "128": "logo_ethereum_128.png" }, "browser_action": { "default_popup": "index.html", "default_title": "GAS Pod" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "alarms", "storage" ] } |