GAS Pod

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

Cos'è GAS Pod?

GAS Pod è un'estensione di Chrome sviluppata da huazhou, e la sua funzione principale è "A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GAS Pod

Scarica i file di estensione GAS Pod in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome GAS Pod GAS Pod
ID diobnnjkbkdpdgenhlgjanifmaimmppp
URL Ufficiale https://chromewebstore.google.com/detail/gas-pod/diobnnjkbkdpdgenhlgjanifmaimmppp
Descrizione A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.
Dimensione del File 200 KB
Conteggio Installazioni 110
Versione Corrente 1.9
Ultimo Aggiornamento 2021-11-22
Data di Pubblicazione 2021-07-05
Sviluppatore huazhou
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}