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
电子邮箱 [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"
    ]
}