GasBest Gas Price Tracker

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

GasBest Gas Price Tracker là gì?

GasBest Gas Price Tracker là một tiện ích mở rộng Chrome được phát triển bởi https://gas.best, và tính năng chính của nó là "Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GasBest Gas Price Tracker

Tải xuống các tệp mở rộng GasBest Gas Price Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GasBest Gas Price Tracker GasBest Gas Price Tracker
ID ofnhnnijgkcemfdolboenkinolhiciih
URL Chính Thức https://chromewebstore.google.com/detail/gasbest-gas-price-tracker/ofnhnnijgkcemfdolboenkinolhiciih
Mô tả Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts
Kích Thước Tệp 988 KB
Số Lần Cài Đặt 175
Phiên Bản Hiện Tại 0.6.1
Cập Nhật Lần Cuối 2022-06-03
Ngày Phát Hành 2022-05-12
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://gas.best
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/poma/gas-best
URL Trang Trợ Giúp https://github.com/poma/gas-best/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}