Fantom Gas Price Extension
Displays the current gas price using your preferred gas price provider.
Fantom Gas Price Extensionคืออะไร?
Fantom Gas Price Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PeaStew และคุณลักษณะหลักของมันคือ "Displays the current gas price using your preferred gas price provider."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fantom Gas Price Extension
ดาวน์โหลดไฟล์ส่วนขยาย Fantom Gas Price Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shows current gas price estimates from FTMScan to help better estimate gas needed for a transaction on the Fantom blockchain in MetaMask (for example)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fantom Gas Price Extension |
ID | ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fantom-gas-price-extensio/ejgbnkkomdnnhlegcmpjchhbmdekgbdm |
คำอธิบาย | Displays the current gas price using your preferred gas price provider. |
ขนาดไฟล์ | 78.2 KB |
จำนวนการติดตั้ง | 58 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2022-02-14 |
วันที่เผยแพร่ | 2022-02-14 |
ผู้พัฒนา | PeaStew |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/PeaStew/fantom-gas-price-extension |
URL หน้าช่วยเหลือ | https://github.com/PeaStew/fantom-gas-price-extension |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fantom Gas Price Extension", "version": "0.0.1", "description": "Displays the current gas price using your preferred gas price provider.", "manifest_version": 3, "icons": { "16": "static\/icon16.png", "48": "static\/icon48.png", "128": "static\/icon128.png" }, "action": { "default_title": "Fantom Gas Price", "default_popup": "src\/popup.html", "default_icon": { "16": "static\/icon16.png", "32": "static\/icon32.png", "48": "static\/icon48.png", "128": "static\/icon128.png" } }, "background": { "service_worker": "src\/background.js" }, "permissions": [ "alarms", "storage" ] } |