ETH Gas Price
Displays the current gas price (in gwei and not in $) using your preferred gas price provider.
ETH Gas Priceคืออะไร?
ETH Gas Price เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pato และคุณลักษณะหลักของมันคือ "Displays the current gas price (in gwei and not in $) using your preferred gas price provider."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ETH Gas Price
ดาวน์โหลดไฟล์ส่วนขยาย ETH Gas Price ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ETH Gas Price helps Ethereum blockchain users to display the current transaction price in gwei.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ETH Gas Price |
ID | aehhmeflgglnnipjijolgkjgcnhnnjfd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/eth-gas-price/aehhmeflgglnnipjijolgkjgcnhnnjfd |
คำอธิบาย | Displays the current gas price (in gwei and not in $) using your preferred gas price provider. |
ขนาดไฟล์ | 79.78 KB |
จำนวนการติดตั้ง | 159 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-06-22 |
วันที่เผยแพร่ | 2021-06-21 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Pato |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/patobiskoto/gas |
URL หน้าช่วยเหลือ | https://github.com/patobiskoto/gas |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ETH Gas Price", "version": "1.0", "description": "Displays the current gas price (in gwei and not in $) using your preferred gas price provider.", "manifest_version": 2, "background": { "page": "src\/background.html", "persistent": false }, "icons": { "16": "static\/icon16.png", "32": "static\/icon32.png", "128": "static\/icon128.png" }, "browser_action": { "default_icon": "static\/icon.png", "default_title": "ETH Gas Price", "default_popup": "src\/popup.html" }, "permissions": [ "alarms", "storage" ], "options_ui": { "page": "src\/options.html", "open_in_tab": true } } |