Firebase access viewer

Visualize network requests to firebase services

ما هو Firebase access viewer؟

Firebase access viewer هو إضافة Chrome تم تطويرها بواسطة hiropon، والميزة الرئيسية لها هي "Visualize network requests to firebase services".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Firebase access viewer

قم بتنزيل ملفات الامتداد Firebase access viewer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    }
}