Ethereum Gas Price Extension
Displays the current gas price in Gwei and USD using your preferred gas price provider.
Ethereum Gas Price Extensionคืออะไร?
Ethereum Gas Price Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ethprofit.net และคุณลักษณะหลักของมันคือ "Displays the current gas price in Gwei and USD using your preferred gas price provider."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ethereum Gas Price Extension
ดาวน์โหลดไฟล์ส่วนขยาย Ethereum Gas Price Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension displays the current Ethereum gas price in Gwei, the estimated time, and the average USD cost of the transaction. Lightweight fast and convenient to use. Ethprofit is One-click ETH 2.0 staking calculator, Gas price estimator, BTConEthereum tracker & DeFi Leaderboard website. Visit us: https://ethprofit.net Open-sourced on Github: https://github.com/Ethprofit/ethereum-gas-price-extension
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ethereum Gas Price Extension |
ID | fkdpgnngeoheiclbcljihebimblcbcjj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ethereum-gas-price-extens/fkdpgnngeoheiclbcljihebimblcbcjj |
คำอธิบาย | Displays the current gas price in Gwei and USD using your preferred gas price provider. |
ขนาดไฟล์ | 188 KB |
จำนวนการติดตั้ง | 1,508 |
เวอร์ชันปัจจุบัน | 1.00 |
อัปเดตครั้งล่าสุด | 2021-05-24 |
วันที่เผยแพร่ | 2021-05-17 |
คะแนน | 3.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://ethprofit.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://ethprofit.net/ |
URL หน้าช่วยเหลือ | https://ethprofit.net/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ethereum Gas Price Extension ", "version": "1.00", "description": "Displays the current gas price in Gwei and USD using your preferred gas price provider.", "manifest_version": 2, "background": { "page": "src\/background.html", "persistent": false }, "icons": { "16": "static\/icon16.png", "48": "static\/icon48.png", "128": "static\/icon128.png" }, "browser_action": { "default_icon": "static\/icon.png", "default_title": "Ethereum Gas Price", "default_popup": "src\/popup.html" }, "permissions": [ "alarms", "storage" ], "options_ui": { "page": "src\/options.html", "open_in_tab": true } } |