GasBest Gas Price Tracker

Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts

GasBest Gas Price Trackerคืออะไร?

GasBest Gas Price Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gas.best และคุณลักษณะหลักของมันคือ "Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GasBest Gas Price Tracker

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

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

                        Save your ETH by sending transactions at cheaper gas prices. Ethereum base fee fluctuates a lot, so if you are willing to wait a bit, you can save up to 50% on gas fees by catching a dip. Charts allow you to see at a glance whether the fee market is stable or gas prices surged 5x 10 minutes ago and it's wise a wait a little before submitting a transaction.

• Gets the latest gas prices faster than most other extensions
• Uses advanced price prediction algorithms based on historical patterns
• Charts of historic average and minimum gas prices
• Shows USD prices for common transaction types
• No user tracking or data collection
• EIP-1559 support

See web version at https://gas.best                    

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

ชื่อ GasBest Gas Price Tracker GasBest Gas Price Tracker
ID ofnhnnijgkcemfdolboenkinolhiciih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gasbest-gas-price-tracker/ofnhnnijgkcemfdolboenkinolhiciih
คำอธิบาย Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts
ขนาดไฟล์ 988 KB
จำนวนการติดตั้ง 175
เวอร์ชันปัจจุบัน 0.6.1
อัปเดตครั้งล่าสุด 2022-06-03
วันที่เผยแพร่ 2022-05-12
คะแนน 3.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://gas.best
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/poma/gas-best
URL หน้าช่วยเหลือ https://github.com/poma/gas-best/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GasBest Gas Price Tracker",
    "description": "Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts",
    "version": "0.6.1",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "notifications"
    ]
}