ETH Gas Price

Displays the current gas price (in gwei and not in $) using your preferred gas price provider.

ETH Gas Priceとは何ですか?

ETH Gas PriceはPatoによって開発されたChromeの拡張機能で、その主な機能は「Displays the current gas price (in gwei and not in $) using your preferred gas price provider.」です。

拡張機能のスクリーンショット

screenshot

ETH Gas Price拡張機能のCRXファイルをダウンロード

ETH Gas Price拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ETH Gas Price helps Ethereum blockchain users to display the current transaction price in gwei.                    

拡張機能の基本情報

名前 ETH Gas Price ETH Gas Price
ID aehhmeflgglnnipjijolgkjgcnhnnjfd
公式URL https://chromewebstore.google.com/detail/eth-gas-price/aehhmeflgglnnipjijolgkjgcnhnnjfd
説明 Displays the current gas price (in gwei and not in $) using your preferred gas price provider.
ファイルサイズ 79.78 KB
インストール数 159
現在のバージョン 1.0
最終更新日 2021-06-22
公開日 2021-06-21
評価 5.00/5 合計 2 レビュー
開発者 Pato
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/patobiskoto/gas
ヘルプページのURL https://github.com/patobiskoto/gas
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ETH Gas Price",
    "version": "1.0",
    "description": "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.",
    "manifest_version": 2,
    "background": {
        "page": "src\/background.html",
        "persistent": false
    },
    "icons": {
        "16": "static\/icon16.png",
        "32": "static\/icon32.png",
        "128": "static\/icon128.png"
    },
    "browser_action": {
        "default_icon": "static\/icon.png",
        "default_title": "ETH Gas Price",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": true
    }
}