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
官方網址 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
電子郵箱 [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"
    ]
}