Axie Gas Fee
Google chrome extension for monitoring SLP, AXS, and average gas fee for Axie-related transactions. Heavily inspired by axie.live.
Axie Gas Feeคืออะไร?
Axie Gas Fee เป็นส่วนขยายของ Chrome ที่พัฒนาโดย morcen และคุณลักษณะหลักของมันคือ "Google chrome extension for monitoring SLP, AXS, and average gas fee for Axie-related transactions. Heavily inspired by axie.live."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Axie Gas Fee
ดาวน์โหลดไฟล์ส่วนขยาย Axie Gas Fee ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This free extension is not a replacement for Axie Live, but is simply a convenient alternative for those who frequently checks the ETH gas fee before proceeding with their Axie transactions, without the hassle of opening a new window or tab. It refreshes automatically every 8 seconds so you don't worry getting outdated transaction amounts. No data is collected from the user's browser (see Privacy practices tab above), and everything is for display purposes only. -- Inspired by https://axie.live Gas fee API powered by https://www.etherchain.org/ SLP and AXS API powered by https://www.coingecko.com/ Change log: v.1.2.1 - updated gas conversion provider v1.2.0 - add Ronin token - add 24hr change for SLP, AXS, and Ronin tokens - add CoinGecko attribution - updated font and background contrast so it's easier to see text - updated currency dropdown location; moved beside the ETH/ text - updated footer copy v1.1.1 It was originally named "Axie Live Extension" because it is extending https://axie.live, but at the same time, it also sounded like it was the official Chrome Extension version of Axie Live, which was never my intention to claim. Changing the name to "Axie Gas Fee" and highlighting that this extension is massively inspired by Axie Live should clear the confusion. v1.1.0 - add USDC in options - add icons beside the transaction rows - allow filtering of transactions v1.0.1 - replaced www.gasnow.org with www.etherchain.org (the former has shutdown its service, thus causing this extension to fail)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Axie Gas Fee |
ID | klpheopelbjappdkjgodikkmnmimoafh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/axie-gas-fee/klpheopelbjappdkjgodikkmnmimoafh |
คำอธิบาย | Google chrome extension for monitoring SLP, AXS, and average gas fee for Axie-related transactions. Heavily inspired by axie.live. |
ขนาดไฟล์ | 277 KB |
จำนวนการติดตั้ง | 3,428 |
เวอร์ชันปัจจุบัน | 1.2.1 |
อัปเดตครั้งล่าสุด | 2022-12-27 |
วันที่เผยแพร่ | 2021-08-09 |
คะแนน | 4.64/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | morcen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Axie Gas Fee", "description": "Google chrome extension for monitoring SLP, AXS, and average gas fee for Axie-related transactions. Heavily inspired by axie.live.", "version": "1.2.1", "manifest_version": 3, "permissions": [ "storage" ], "background": { "service_worker": "setup.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |