Ethereum Gas Prices

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

什麼是Ethereum Gas Prices?

Ethereum Gas Prices是由https://blockwallet.io開發的Chrome擴展程式,該擴展的主要功能是“Ethereum gas price info, always up to date, from multiple sources”。

擴展截圖

screenshot
screenshot

下載Ethereum Gas Prices擴展crx文件

下載Ethereum Gas Prices擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}