Firebase access viewer
Visualize network requests to firebase services
Firebase access viewer क्या है?
Firebase access viewer hiropon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Visualize network requests to firebase services"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Firebase access viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |