Ethereum Gas Price Extension

A simple free utility for your browser that helps you decide how much to spend on your next transaction.

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 nieldlr, và tính năng chính của nó là "A simple free utility for your browser that helps you decide how much to spend on your next transaction.".

Ả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 helps you keep track of the congestion on the Ethereum blockchain. It shows the latest fees so you can decide what's best for you to price your transactions.                    

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

Tên Ethereum Gas Price Extension Ethereum Gas Price Extension
ID innfmlnnhfcebjcnfopadflecemoddnp
URL Chính Thức https://chromewebstore.google.com/detail/ethereum-gas-price-extens/innfmlnnhfcebjcnfopadflecemoddnp
Mô tả A simple free utility for your browser that helps you decide how much to spend on your next transaction.
Kích Thước Tệp 53.53 KB
Số Lần Cài Đặt 91,740
Phiên Bản Hiện Tại 2.0.3
Cập Nhật Lần Cuối 2021-08-05
Ngày Phát Hành 2020-06-29
Đánh Giá 4.76/5 Tổng số 42 Đánh Giá
Nhà Phát Triển nieldlr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gaspriceextension.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethereum Gas Price Extension",
    "version": "2.0.3",
    "description": "A simple free utility for your browser that helps you decide how much to spend on your next transaction.",
    "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
    }
}