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 https://gas.best द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ethereum gas price extension with EIP-1559 support, fast updates, price prediction, and historical fee charts"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GasBest Gas Price Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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