Gas Buddy
Show the latest gas prices whenever your web3 wallet is connected to a website.
Gas Buddyคืออะไร?
Gas Buddy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tokenpage.xyz และคุณลักษณะหลักของมันคือ "Show the latest gas prices whenever your web3 wallet is connected to a website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gas Buddy
ดาวน์โหลดไฟล์ส่วนขยาย Gas Buddy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Show the latest gas prices whenever your web3 wallet is connected to a website.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gas Buddy |
ID | nhpelcoaigkkfpcgfhoabajohafpanin |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gas-buddy/nhpelcoaigkkfpcgfhoabajohafpanin |
คำอธิบาย | Show the latest gas prices whenever your web3 wallet is connected to a website. |
ขนาดไฟล์ | 1.6 MB |
จำนวนการติดตั้ง | 120 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2023-01-19 |
วันที่เผยแพร่ | 2022-12-25 |
คะแนน | 4.91/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://tokenpage.xyz |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gasbuddy.tokenpage.xyz |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gas Buddy", "description": "Show the latest gas prices whenever your web3 wallet is connected to a website.", "version": "0.2.1", "icons": { "16": "\/assets\/logo16.png", "48": "\/assets\/logo48.png", "128": "\/assets\/logo128.png" }, "action": { "default_popup": "index.html", "default_title": "Open me" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "js": [ "foreground.js" ] } ], "web_accessible_resources": [ { "resources": [ "foreground-injection.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |