Polygon (MATIC) Gas Station
This extension reccomends the Gas price (MATIC) to use on Polygon mainnet
Polygon (MATIC) Gas Stationคืออะไร?
Polygon (MATIC) Gas Station เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ferhatkochan และคุณลักษณะหลักของมันคือ "This extension reccomends the Gas price (MATIC) to use on Polygon mainnet"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Polygon (MATIC) Gas Station
ดาวน์โหลดไฟล์ส่วนขยาย Polygon (MATIC) Gas Station ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Users can install this extension to see the recommended gas price to use with their transactions on Polygon blockchain.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Polygon (MATIC) Gas Station |
ID | miekildhlhgnodhpbplnicnidfcbhofj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/polygon-matic-gas-station/miekildhlhgnodhpbplnicnidfcbhofj |
คำอธิบาย | This extension reccomends the Gas price (MATIC) to use on Polygon mainnet |
ขนาดไฟล์ | 15.85 KB |
จำนวนการติดตั้ง | 447 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2021-07-26 |
วันที่เผยแพร่ | 2021-07-22 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | ferhatkochan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://discord.gg/teNJYDaz |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": ".\/static\/gasstationlogo.png", "48": ".\/static\/gasstationlogo.png", "128": ".\/static\/gasstationlogo.png" }, "name": "Polygon (MATIC) Gas Station", "description": "This extension reccomends the Gas price (MATIC) to use on Polygon mainnet", "version": "1.1", "content_security_policy": "script-src 'self' https:\/\/code.jquery.com\/jquery-3.2.1.slim.min.js https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/popper.js\/1.12.9\/umd\/popper.min.js https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/4.0.0\/js\/bootstrap.min.js; object-src 'self'", "browser_action": { "default_icon": ".\/static\/gasstationlogo.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |