Ethereum Gas Price Extension

Displays the current gas price in Gwei and USD using your preferred gas price provider.

Ethereum Gas Price Extension là gì?

Ethereum Gas Price Extension là một tiện ích mở rộng Chrome được phát triển bởi https://ethprofit.net, và tính năng chính của nó là "Displays the current gas price in Gwei and USD using your preferred gas price provider.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Ethereum Gas Price Extension 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

                        This extension displays the current Ethereum gas price in Gwei, the estimated time, and the average USD cost of the transaction.

Lightweight fast and convenient to use.

Ethprofit is One-click ETH 2.0 staking calculator, Gas price estimator, BTConEthereum tracker & DeFi Leaderboard website. 

Visit us: https://ethprofit.net

Open-sourced on Github:
https://github.com/Ethprofit/ethereum-gas-price-extension                    

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

Tên Ethereum Gas Price Extension Ethereum Gas Price Extension
ID fkdpgnngeoheiclbcljihebimblcbcjj
URL Chính Thức https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj
Mô tả Displays the current gas price in Gwei and USD using your preferred gas price provider.
Kích Thước Tệp 188 KB
Số Lần Cài Đặt 1,508
Phiên Bản Hiện Tại 1.00
Cập Nhật Lần Cuối 2021-05-24
Ngày Phát Hành 2021-05-17
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://ethprofit.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://ethprofit.net/
URL Trang Trợ Giúp https://ethprofit.net/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethereum Gas Price Extension ",
    "version": "1.00",
    "description": "Displays the current gas price in Gwei and USD using your preferred gas price provider.",
    "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
    }
}