GAS Pod

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

GAS Podとは何ですか?

GAS Podはhuazhouによって開発されたChromeの拡張機能で、その主な機能は「A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.」です。

拡張機能のスクリーンショット

screenshot

GAS Pod拡張機能のCRXファイルをダウンロード

GAS Pod拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 GAS Pod GAS Pod
ID diobnnjkbkdpdgenhlgjanifmaimmppp
公式URL https://chromewebstore.google.com/detail/gas-pod/diobnnjkbkdpdgenhlgjanifmaimmppp
説明 A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative.
ファイルサイズ 200 KB
インストール数 110
現在のバージョン 1.9
最終更新日 2021-11-22
公開日 2021-07-05
開発者 huazhou
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}