Polygon Gas Station
Displays current gas prices for Polygon Mainnet.
Polygon Gas Stationคืออะไร?
Polygon Gas Station เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dornat และคุณลักษณะหลักของมันคือ "Displays current gas prices for Polygon Mainnet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Polygon Gas Station
ดาวน์โหลดไฟล์ส่วนขยาย Polygon Gas Station ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Access current gas prices on polygon mainnet using data from https://gasstation-mainnet.matic.network with the option to view available amounts of gas that you need to choose for making a transaction.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Polygon Gas Station |
ID | mofhphpaefijhjcidmcibbihfgdemooa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/polygon-gas-station/mofhphpaefijhjcidmcibbihfgdemooa |
คำอธิบาย | Displays current gas prices for Polygon Mainnet. |
ขนาดไฟล์ | 70.9 KB |
จำนวนการติดตั้ง | 1,053 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2021-07-05 |
วันที่เผยแพร่ | 2021-07-05 |
คะแนน | 4.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Dornat |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "PolyGasStation", "name": "Polygon Gas Station", "version": "0.1.1", "manifest_version": 2, "description": "Displays current gas prices for Polygon Mainnet.", "icons": { "512": "logo512.png" }, "browser_action": { "default_icon": "logo512.png", "default_popup": "popup.html" } } |