Ethereum gas price alert
Wolfalert - Set your alarm to be notified when the ethereum gas price is low!
Ethereum gas price alertคืออะไร?
Ethereum gas price alert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pedro.reyes.solutions และคุณลักษณะหลักของมันคือ "Wolfalert - Set your alarm to be notified when the ethereum gas price is low!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ethereum gas price alert
ดาวน์โหลดไฟล์ส่วนขยาย Ethereum gas price alert ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ethereum gas price alert |
ID | abofcebkdhmjfllhaoihllkcdpfckiaa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ethereum-gas-price-alert/abofcebkdhmjfllhaoihllkcdpfckiaa |
คำอธิบาย | Wolfalert - Set your alarm to be notified when the ethereum gas price is low! |
ขนาดไฟล์ | 49.3 MB |
จำนวนการติดตั้ง | 154 |
เวอร์ชันปัจจุบัน | 2.0.1 |
อัปเดตครั้งล่าสุด | 2022-06-02 |
วันที่เผยแพร่ | 2021-07-28 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | pedro.reyes.solutions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://wolfalert-prod.web.app/gas |
URL หน้าช่วยเหลือ | https://t.me/joinchat/RLkEMkRDOovu9tuR |
ภาษาที่รองรับ | 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" } } |