Firebase access viewer

Visualize network requests to firebase services

什麼是Firebase access viewer?

Firebase access viewer是由hiropon開發的Chrome擴展程式,該擴展的主要功能是“Visualize network requests to firebase services”。

擴展截圖

screenshot

下載Firebase access viewer擴展crx文件

下載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 Firebase access viewer
ID bjdhoepihkomdndgccgojepkhhhbhjle
官方網址 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"
    }
}