Ethereum Gas Price Extension

A simple free utility for your browser that helps you decide how much to spend on your next transaction.

什麼是Ethereum Gas Price Extension?

Ethereum Gas Price Extension是由nieldlr開發的Chrome擴展程式,該擴展的主要功能是“A simple free utility for your browser that helps you decide how much to spend on your next transaction.”。

擴展截圖

screenshot
screenshot

下載Ethereum Gas Price Extension擴展crx文件

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

擴展使用說明

                        This extension helps you keep track of the congestion on the Ethereum blockchain. It shows the latest fees so you can decide what's best for you to price your transactions.                    

擴展基本資訊

名稱 Ethereum Gas Price Extension Ethereum Gas Price Extension
ID innfmlnnhfcebjcnfopadflecemoddnp
官方網址 https://chromewebstore.google.com/detail/ethereum-gas-price-extens/innfmlnnhfcebjcnfopadflecemoddnp
簡介 A simple free utility for your browser that helps you decide how much to spend on your next transaction.
檔案大小 53.53 KB
安裝次數 91,740
目前版本 2.0.3
更新時間 2021-08-05
上架時間 2020-06-29
評分 4.76/5 共 42 次評分
開發者 nieldlr
電子郵箱 [email protected]
付費類型 free
擴展官網 https://gaspriceextension.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethereum Gas Price Extension",
    "version": "2.0.3",
    "description": "A simple free utility for your browser that helps you decide how much to spend on your next transaction.",
    "manifest_version": 2,
    "background": {
        "page": "src\/background.html",
        "persistent": false
    },
    "icons": {
        "16": "static\/icon16.png",
        "48": "static\/icon48.png",
        "128": "static\/icon128.png"
    },
    "browser_action": {
        "default_icon": "static\/icon.png",
        "default_title": "Ethereum Gas Price",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": true
    }
}