Ethereum gas price alert
Wolfalert - Set your alarm to be notified when the ethereum gas price is low!
Ethereum gas price alert là gì?
Ethereum gas price alert là một tiện ích mở rộng Chrome được phát triển bởi pedro.reyes.solutions, và tính năng chính của nó là "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Ethereum gas price alert
Tải xuống các tệp mở rộng Ethereum gas price alert 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
Ethereum gas price alert. A simple form where you set the gas price is good for you. If the price is below your alarm then the gas price text will turn green or red in other case.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Ethereum gas price alert |
ID | abofcebkdhmjfllhaoihllkcdpfckiaa |
URL Chính Thức | https://chromewebstore.google.com/detail/ethereum-gas-price-alert/abofcebkdhmjfllhaoihllkcdpfckiaa |
Mô tả | Wolfalert - Set your alarm to be notified when the ethereum gas price is low! |
Kích Thước Tệp | 49.3 MB |
Số Lần Cài Đặt | 154 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2022-06-02 |
Ngày Phát Hành | 2021-07-28 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | pedro.reyes.solutions |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://wolfalert-prod.web.app/gas |
URL Trang Trợ Giúp | https://t.me/joinchat/RLkEMkRDOovu9tuR |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Wolfalert", "name": "Ethereum gas price alert", "description": "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!", "version": "2.0.1", "manifest_version": 3, "permissions": [ "storage", "alarms" ], "action": { "default_popup": ".\/build\/index.html", "default_title": "Open the popup", "default_icon": { "16": "\/assets\/icons\/icon16.png", "32": "\/assets\/icons\/icon32.png", "48": "\/assets\/icons\/icon48.png", "128": "\/assets\/icons\/icon128.png" } }, "icons": { "16": "\/assets\/icons\/icon16.png", "32": "\/assets\/icons\/icon32.png", "48": "\/assets\/icons\/icon48.png", "128": "\/assets\/icons\/icon128.png" }, "background": { "service_worker": ".\/src\/scripts\/background.js", "type": "module" } } |