GAS Pod

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

GAS Podคืออะไร?

GAS Pod เป็นส่วนขยายของ Chrome ที่พัฒนาโดย huazhou และคุณลักษณะหลักของมันคือ "A tiny, pure and beautiful ethereum gas price extension, always up to date, powered by Blocknative."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GAS Pod

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}