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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |