BTC Gas Fee Checker
A simple extension to check and monitor BTC Gas fees.
BTC Gas Fee Checkerคืออะไร?
BTC Gas Fee Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย a2265970279 และคุณลักษณะหลักของมันคือ "A simple extension to check and monitor BTC Gas fees."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BTC Gas Fee Checker
ดาวน์โหลดไฟล์ส่วนขยาย BTC Gas Fee Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Effortlessly monitor the current Bitcoin Gas fee with this lightweight extension. Stay updated on the blockchain transaction costs in real-time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BTC Gas Fee Checker |
ID | lnhmeibbfjelbndagdknbkmilecfokfo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/btc-gas-fee-checker/lnhmeibbfjelbndagdknbkmilecfokfo |
คำอธิบาย | A simple extension to check and monitor BTC Gas fees. |
ขนาดไฟล์ | 13.65 KB |
จำนวนการติดตั้ง | 199 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2023-05-10 |
วันที่เผยแพร่ | 2023-05-03 |
ผู้พัฒนา | a2265970279 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BTC Gas Fee Checker", "version": "1.3", "description": "A simple extension to check and monitor BTC Gas fees.", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "background": { "service_worker": "background.js" }, "permissions": [ "alarms", "storage", "notifications" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |