ETH Gas Price

Ethereum gas price tracker

ETH Gas Priceとは何ですか?

ETH Gas Priceはcryptoageによって開発されたChromeの拡張機能で、その主な機能は「Ethereum gas price tracker」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        The extension is used to monitor the price of ethereum gas in real time. Thanks to this extension, you can choose the optimal time for making cheap Ethereum transactions. In addition, the extension allows you to track the price of Ethereum.                    

拡張機能の基本情報

名前 ETH Gas Price ETH Gas Price
ID dnggapdaebddmmnpegfopeocoecimcaa
公式URL https://chromewebstore.google.com/detail/eth-gas-price/dnggapdaebddmmnpegfopeocoecimcaa
説明 Ethereum gas price tracker
ファイルサイズ 1.49 MB
インストール数 913
現在のバージョン 1.5.0
最終更新日 2022-04-19
公開日 2021-05-26
評価 5.00/5 合計 1 レビュー
開発者 cryptoage
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://profit-mine.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ETH Gas Price",
    "description": "Ethereum gas price tracker",
    "version": "1.5.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "options_ui": {
        "page": "www\/index.html#\/options",
        "browser_style": true,
        "open_in_tab": true
    },
    "browser_action": {
        "default_title": "Ethereum Gas Price",
        "default_popup": "www\/index.html#\/popup"
    },
    "background": {
        "scripts": [
            "www\/js\/bex-background.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "www\/js\/bex-content-script.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "css\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}