GAS Pod

A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.

Hvad er GAS Pod?

GAS Pod er en Chrome-udvidelse udviklet af huazhou, og dens hovedfunktion er "A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.".

Udvidelsesskærmbilleder

screenshot

Download GAS Pod-udvidelses-CRX-fil

Download GAS Pod-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn GAS Pod GAS Pod
ID diobnnjkbkdpdgenhlgjanifmaimmppp
Officiel URL https://chromewebstore.google.com/detail/gas-pod/diobnnjkbkdpdgenhlgjanifmaimmppp
Beskrivelse A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.
Filstørrelse 200 KB
Antal Installationer 110
Nuværende Version 1.9
Senest Opdateret 2021-11-22
Udgivelsesdato 2021-07-05
Udvikler huazhou
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}