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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}