ETH Gas Price

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

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 Pato, và tính năng chính của nó là "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.".

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

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

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

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

Tên ETH Gas Price ETH Gas Price
ID aehhmeflgglnnipjijolgkjgcnhnnjfd
URL Chính Thức https://chromewebstore.google.com/detail/eth-gas-price/aehhmeflgglnnipjijolgkjgcnhnnjfd
Mô tả Displays the current gas price (in gwei and not in $) using your preferred gas price provider.
Kích Thước Tệp 79.78 KB
Số Lần Cài Đặt 159
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-06-22
Ngày Phát Hành 2021-06-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Pato
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/patobiskoto/gas
URL Trang Trợ Giúp https://github.com/patobiskoto/gas
Ngôn Ngữ Được Hỗ Trợ 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
    }
}