Firebase access viewer

Visualize network requests to firebase services

Firebase access viewer là gì?

Firebase access viewer là một tiện ích mở rộng Chrome được phát triển bởi hiropon, và tính năng chính của nó là "Visualize network requests to firebase services".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Firebase access viewer

Tải xuống các tệp mở rộng Firebase access viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Firebase access viewer Firebase access viewer
ID bjdhoepihkomdndgccgojepkhhhbhjle
URL Chính Thức https://chromewebstore.google.com/detail/firebase-access-viewer/bjdhoepihkomdndgccgojepkhhhbhjle
Mô tả Visualize network requests to firebase services
Kích Thước Tệp 81.05 KB
Số Lần Cài Đặt 429
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-06-24
Ngày Phát Hành 2022-06-14
Nhà Phát Triển hiropon
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/SonicGarden/firebase-access-viewer
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}