ETH gas alerts
Keep track of gas prices easily and set up notifications when it goes below a certain threshold
ETH gas alertsคืออะไร?
ETH gas alerts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ethgasalert และคุณลักษณะหลักของมันคือ "Keep track of gas prices easily and set up notifications when it goes below a certain threshold"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ETH gas alerts
ดาวน์โหลดไฟล์ส่วนขยาย ETH gas alerts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ETH gas alerts |
ID | eiphjjopllhmdfikjnhgcgigmobbehnm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/eth-gas-alerts/eiphjjopllhmdfikjnhgcgigmobbehnm |
คำอธิบาย | Keep track of gas prices easily and set up notifications when it goes below a certain threshold |
ขนาดไฟล์ | 29.32 KB |
จำนวนการติดตั้ง | 4,139 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2020-11-28 |
วันที่เผยแพร่ | 2020-11-24 |
คะแนน | 4.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | ethgasalert |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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'" } |