ETH Gas Price

Ethereum gas price tracker

ETH Gas Price là gì?

ETH Gas Price là một tiện ích mở rộng Chrome được phát triển bởi cryptoage, và tính năng chính của nó là "Ethereum gas price tracker".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ETH Gas Price

Tải xuống các tệp mở rộng ETH Gas Price dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ETH Gas Price ETH Gas Price
ID dnggapdaebddmmnpegfopeocoecimcaa
URL Chính Thức https://chromewebstore.google.com/detail/eth-gas-price/dnggapdaebddmmnpegfopeocoecimcaa
Mô tả Ethereum gas price tracker
Kích Thước Tệp 1.49 MB
Số Lần Cài Đặt 913
Phiên Bản Hiện Tại 1.5.0
Cập Nhật Lần Cuối 2022-04-19
Ngày Phát Hành 2021-05-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển cryptoage
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://profit-mine.com
Ngôn Ngữ Được Hỗ Trợ 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';"
}