DeFi Saver Gas Prices Extension

Ethereum gas prices extension with dark and light modes and 7-day historical data.

DeFi Saver Gas Prices Extensionคืออะไร?

DeFi Saver Gas Prices Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DeFi Saver และคุณลักษณะหลักของมันคือ "Ethereum gas prices extension with dark and light modes and 7-day historical data."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DeFi Saver Gas Prices Extension

ดาวน์โหลดไฟล์ส่วนขยาย DeFi Saver Gas Prices Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Ethereum gas prices extension with EIP-1559 support, dark and light modes, historical average gas prices chart and custom notifications.

The default price shown on the extension badge is the base fee, as introduced with EIP-1559, though users can still switch to the legacy (Type 0) view.

Features include:
- EIP-1559 support with current base fee and priority fee (miner tip) suggestions
- Refreshes every minute automatically or continuously while opened
- Chart of average gas prices in the last 24 hours, 7 days or month
- Dark (default) and light modes
- No user tracking or data collection
- Configurable gas price notifications

Suggestions and all feedback is always welcome - please don't hesitate to reach out to us.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DeFi Saver Gas Prices Extension DeFi Saver Gas Prices Extension
ID afgfdkloegmghldbalmenklokhlifphe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/defi-saver-gas-prices-ext/afgfdkloegmghldbalmenklokhlifphe
คำอธิบาย Ethereum gas prices extension with dark and light modes and 7-day historical data.
ขนาดไฟล์ 522 KB
จำนวนการติดตั้ง 34,357
เวอร์ชันปัจจุบัน 0.5.1
อัปเดตครั้งล่าสุด 2022-12-07
วันที่เผยแพร่ 2020-11-16
คะแนน 4.73/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา DeFi Saver
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://defisaver.com/
URL หน้านโยบายความเป็นส่วนตัว https://app.defisaver.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "DFS Gas Prices Extension",
    "name": "DeFi Saver Gas Prices Extension",
    "manifest_version": 3,
    "description": "Ethereum gas prices extension with dark and light modes and 7-day historical data.",
    "version": "0.5.1",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-green-16.png",
            "32": "images\/icon-green-32.png",
            "48": "images\/icon-green-48.png",
            "128": "images\/icon-green-128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/app.defisaver.com\/*"
    ]
}