Fantom Gas Tracker
Gas tracker on fantom network
Fantom Gas Trackerคืออะไร?
Fantom Gas Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vbalko และคุณลักษณะหลักของมันคือ "Gas tracker on fantom network"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fantom Gas Tracker
ดาวน์โหลดไฟล์ส่วนขยาย Fantom Gas Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Fantom Gas Tracker shows actual information about gas price in Fantom Opera network. It takes data from official https://ftmscan.com/gastracker page and shows it in accessible and convenient way in your chrome toolbar, so you can always see actual price. The badge displays the current gas price estimation for "standard" transaction speed: not too slow, not too fast. Clicking on the badge displays price estimations for different speed expectations ("standard", "fast", and "rapid" transaction times). Changelog: v0.6.0: added gas treshold - beeps when gas price is under the set treshold. Beeps only when checked.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fantom Gas Tracker |
ID | nmeagajpagaeececladekenjgemhaohe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fantom-gas-tracker/nmeagajpagaeececladekenjgemhaohe |
คำอธิบาย | Gas tracker on fantom network |
ขนาดไฟล์ | 134 KB |
จำนวนการติดตั้ง | 121 |
เวอร์ชันปัจจุบัน | 0.6.0 |
อัปเดตครั้งล่าสุด | 2022-03-04 |
วันที่เผยแพร่ | 2022-01-27 |
ผู้พัฒนา | vbalko |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://vbalko.github.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Fantom Gas Tracker", "description": "Gas tracker on fantom network", "version": "0.6.0", "action": { "default_title": "Fantom Gas Tracker", "default_icon": "icons\/icon_256.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "storage" ] } |