GAS Pod
A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.
Was ist GAS Pod?
GAS Pod ist eine Chrome-Erweiterung, die von huazhou entwickelt wurde, und ihr Hauptmerkmal ist "A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.".
Erweiterungsscreenshots
GAS Pod-Erweiterungs-CRX-Datei herunterladen
Laden Sie GAS Pod-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | GAS Pod |
ID | diobnnjkbkdpdgenhlgjanifmaimmppp |
Offizielle URL | https://chromewebstore.google.com/detail/gas-pod/diobnnjkbkdpdgenhlgjanifmaimmppp |
Beschreibung | A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative. |
Dateigröße | 200 KB |
Installationsanzahl | 110 |
Aktuelle Version | 1.9 |
Letztes Update | 2021-11-22 |
Veröffentlichungsdatum | 2021-07-05 |
Entwickler | huazhou |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |