Fantom Gas Price Extension

Displays the current gas price using your preferred gas price provider.

什麼是Fantom Gas Price Extension?

Fantom Gas Price Extension是由PeaStew開發的Chrome擴展程式,該擴展的主要功能是“Displays the current gas price using your preferred gas price provider.”。

擴展截圖

screenshot
screenshot

下載Fantom Gas Price Extension擴展crx文件

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

擴展使用說明

                        Shows current gas price estimates from FTMScan to help better estimate gas needed for a transaction on the Fantom blockchain in MetaMask (for example)                    

擴展基本資訊

名稱 Fantom Gas Price Extension Fantom Gas Price Extension
ID ejgbnkkomdnnhlegcmpjchhbmdekgbdm
官方網址 https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm
簡介 Displays the current gas price using your preferred gas price provider.
檔案大小 78.2 KB
安裝次數 58
目前版本 0.0.1
更新時間 2022-02-14
上架時間 2022-02-14
開發者 PeaStew
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/PeaStew/fantom-gas-price-extension
說明頁面URL https://github.com/PeaStew/fantom-gas-price-extension
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fantom Gas Price Extension",
    "version": "0.0.1",
    "description": "Displays the current gas price using your preferred gas price provider.",
    "manifest_version": 3,
    "icons": {
        "16": "static\/icon16.png",
        "48": "static\/icon48.png",
        "128": "static\/icon128.png"
    },
    "action": {
        "default_title": "Fantom Gas Price",
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "static\/icon16.png",
            "32": "static\/icon32.png",
            "48": "static\/icon48.png",
            "128": "static\/icon128.png"
        }
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "permissions": [
        "alarms",
        "storage"
    ]
}