Firebase access viewer
Visualize network requests to firebase services
Firebase access viewerとは何ですか?
Firebase access viewerはhiroponによって開発されたChromeの拡張機能で、その主な機能は「Visualize network requests to firebase services」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |