TxStreet ETH Gas Prices

Live Ethereum gas prices based on the mempool. TxStreet simulates blocks to give the most accurate gas prices.

什麼是TxStreet ETH Gas Prices?

TxStreet ETH Gas Prices是由https://txstreet.com開發的Chrome擴展程式,該擴展的主要功能是“Live Ethereum gas prices based on the mempool. TxStreet simulates blocks to give the most accurate gas prices.”。

擴展截圖

screenshot
screenshot
screenshot

下載TxStreet ETH Gas Prices擴展crx文件

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

擴展使用說明

                        TxStreet simulates the next 3 blocks in real time, using pending transactions. These simulations allow for the most accurate gas price predictions. Depending on the fluctuating base fee, the second and third block may have higher fees than the first. It's recommended to use the large green values, however if there is a gas war and you need an instant confirmation, you might consider overpaying.

Use the slider to set your preference from "minimum" to "recommended" to "overpay" depending on how fast you need your transactions confirmed. This setting is reflected on the number badge in the extensions icon, where your calculated fee is displayed.

EIP-1559 compatible! Toggle the EIP-1559 switch to view "Priority Fee" and "Max Fee" instead of "Gas Price". Toggling this will also show the priority fee on the number badge in the extensions icon.

Join our discord! https://discord.gg/pFeHv623D7                    

擴展基本資訊

名稱 TxStreet ETH Gas Prices TxStreet ETH Gas Prices
ID ibmcbgbkeofegdhoeijhfhofjkmdoima
官方網址 https://chromewebstore.google.com/detail/txstreet-eth-gas-prices/ibmcbgbkeofegdhoeijhfhofjkmdoima
簡介 Live Ethereum gas prices based on the mempool. TxStreet simulates blocks to give the most accurate gas prices.
檔案大小 134 KB
安裝次數 3,670
目前版本 1.2.0
更新時間 2021-12-17
上架時間 2021-11-09
評分 5.00/5 共 6 次評分
開發者 https://txstreet.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://txstreet.com
說明頁面URL https://txstreet.com/d/gas
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TxStreet ETH Gas Prices",
    "version": "1.2.0",
    "description": "Live Ethereum gas prices based on the mempool. TxStreet simulates blocks to give the most accurate gas prices.",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}