ETH gas alerts

Keep track of gas prices easily and set up notifications when it goes below a certain threshold

ETH gas alerts là gì?

ETH gas alerts là một tiện ích mở rộng Chrome được phát triển bởi ethgasalert, và tính năng chính của nó là "Keep track of gas prices easily and set up notifications when it goes below a certain threshold".

Ả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 alerts

Tải xuống các tệp mở rộng ETH gas alerts 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

                        Keep track of Ethereum gas prices from the browser and set up notifications when it goes below a certain threshold (e.g. whenever gas is below 20gwei -you can pick a custom threshold-). Gas prices get updated every minute.

Powered by Etherscan.io APIs                    

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

Tên ETH gas alerts ETH gas alerts
ID eiphjjopllhmdfikjnhgcgigmobbehnm
URL Chính Thức https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm
Mô tả Keep track of gas prices easily and set up notifications when it goes below a certain threshold
Kích Thước Tệp 29.32 KB
Số Lần Cài Đặt 4,139
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-11-28
Ngày Phát Hành 2020-11-24
Đánh Giá 4.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển ethgasalert
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ETH gas alerts",
    "description": "Keep track of gas prices easily and set up notifications when it goes below a certain threshold",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "ethereum16.png",
        "48": "ethereum48.png",
        "128": "ethereum128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com\/ https:\/\/ssl.google-analytics.com; object-src 'self'"
}