Ethereum Gas Prices

Ethereum gas price info, always up to date, from multiple sources

Ethereum Gas Prices क्या है?

Ethereum Gas Prices https://blockwallet.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ethereum gas price info, always up to date, from multiple sources"।

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

screenshot
screenshot

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

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

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

                        Always up-to-date Ethereum gas prices from the 3 most popular data sources for Ethereum gas information: Blocknative, Etherscan, and EthGasStation.

The badge displays the current gas price estimation for "normal" transaction speeds: not too slow, not too fast. (This can be changed: click on any number in the table to set it as your preferred choice of  to be displayed in the badge.)

Clicking on the badge displays price estimations for different speed expectations ("slow", "normal", and "fast" transaction times). Each data provider has a different estimation according to their own calculation method. Blocknative uses memory pool information to make gas price estimations, while Etherscan and EthGasStation use on-chain block data, which is more of a lagging indicator.

Data from all providers is automatically refreshed every minute, and can be refreshed manually too.

The extension respects your privacy: zero data tracking, zero permissions required.

Open source code: https://github.com/philippe-git/ethereum-gas-prices-browser-extension                    

एक्सटेंशन की मूल जानकारी

नाम Ethereum Gas Prices Ethereum Gas Prices
ID njbclohenpagagafbmdipcdoogfpnfhp
आधिकारिक URL https://chromewebstore.google.com/detail/ethereum-gas-prices/njbclohenpagagafbmdipcdoogfpnfhp
विवरण Ethereum gas price info, always up to date, from multiple sources
फ़ाइल का आकार 945 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.4.2
अंतिम अपडेट 2022-11-19
प्रकाशन तिथि 2020-09-10
रेटिंग 4.27/5 कुल 15 रेटिंग्स
डेवलपर https://blockwallet.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/philippe-git/ethereum-gas-prices-browser-extension
सहायता पृष्ठ URL https://github.com/philippe-git/ethereum-gas-prices-browser-extension
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethereum Gas Prices",
    "version": "1.4.2",
    "manifest_version": 3,
    "description": "Ethereum gas price info, always up to date, from multiple sources",
    "homepage_url": "https:\/\/github.com\/block-wallet\/ethereum-gas-prices-browser-extension",
    "permissions": [
        "alarms",
        "storage"
    ],
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "24": "icons\/icon-24.png",
            "32": "icons\/icon-32.png",
            "48": "icons\/icon-48.png",
            "96": "icons\/icon-96.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "Ethereum Gas Prices",
        "default_popup": "popup.html"
    }
}