Firebase access viewer
Visualize network requests to firebase services
Firebase access viewerคืออะไร?
Firebase access viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hiropon และคุณลักษณะหลักของมันคือ "Visualize network requests to firebase services"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Firebase access viewer
ดาวน์โหลดไฟล์ส่วนขยาย Firebase access viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Visualize network requests to firebase services (firestore, storage) as follows. - The badge on the icon flashes when the firebase service is accessed - Displays a list of the last 100 accesses when the icon is clicked - Click on access to firestore in the list to see the details of your query Visibility into network requests makes it easier to detect infinite loops and unwanted accesses. Devtools must be opened to use this extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Firebase access viewer |
ID | bjdhoepihkomdndgccgojepkhhhbhjle |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/firebase-access-viewer/bjdhoepihkomdndgccgojepkhhhbhjle |
คำอธิบาย | Visualize network requests to firebase services |
ขนาดไฟล์ | 81.05 KB |
จำนวนการติดตั้ง | 429 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-06-24 |
วันที่เผยแพร่ | 2022-06-14 |
ผู้พัฒนา | hiropon |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/SonicGarden/firebase-access-viewer |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Firebase access viewer", "description": "Visualize network requests to firebase services", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png", "256": "icon256.png" }, "devtools_page": "devtools.html", "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png", "256": "icon256.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" } } |