GAS Pod

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

Wat is GAS Pod?

GAS Pod is een Chrome-extensie ontwikkeld door huazhou, en de belangrijkste functie is "A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GAS Pod

Download GAS Pod-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam GAS Pod GAS Pod
ID diobnnjkbkdpdgenhlgjanifmaimmppp
Officiële URL https://chromewebstore.google.com/detail/gas-pod/diobnnjkbkdpdgenhlgjanifmaimmppp
Beschrijving A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.
Bestandsgrootte 200 KB
Aantal Installaties 110
Huidige Versie 1.9
Laatst Bijgewerkt 2021-11-22
Publicatiedatum 2021-07-05
Ontwikkelaar huazhou
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}