Net logs
Extendable network logs debugger
Was ist Net logs?
Net logs ist eine Chrome-Erweiterung, die von dg.danis.gumerov entwickelt wurde, und ihr Hauptmerkmal ist "Extendable network logs debugger".
Erweiterungsscreenshots
Net logs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Net logs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This is extendable network request viewer extension for Chromium-based browsers. You can change the way you view parameters and results the way you want, using plain JavaScript. The extension will appear in Devtools as a "📜 Net logs" tab. Features: * 🔍 Search: Filter by ULR and search by params/result. * ⛰️ Integration: View Next.js & NuxtJS hydration state. * 🎨 Presets: GraphQL & JSON-RPC protocols unpacking. * 🛠️ Customization: Transform name, parameters, and response with JavaScript. * ✨ Universal: View live logs or load from HAR/*.netlogs.zip file. * 🤝 Team-friendly: Export logs and share them with others. Source code and extensive readme can be found at: https://github.com/Artboomy/netlogs
Grundlegende Informationen zur Erweiterung
Name | Net logs |
ID | cjdmhjppaehhblekcplokfdhikmalnaf |
Offizielle URL | https://chromewebstore.google.com/detail/net-logs/cjdmhjppaehhblekcplokfdhikmalnaf |
Beschreibung | Extendable network logs debugger |
Dateigröße | 322 KB |
Installationsanzahl | 141 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2024-03-03 |
Veröffentlichungsdatum | 2021-04-25 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | dg.danis.gumerov |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Artboomy/netlogs |
Hilfeseite URL | https://github.com/Artboomy/netlogs/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Net logs", "version": "1.0.0", "manifest_version": 3, "minimum_chrome_version": "88", "description": "Extendable network logs debugger", "devtools_page": "devtools.html", "author": "artboomy", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage" ], "sandbox": { "pages": [ "sandbox.html", "sandboxSettings.html" ] }, "options_ui": { "page": "options.html", "open_in_tab": true }, "homepage_url": "https:\/\/github.com\/Artboomy\/netlogs", "content_scripts": [ { "matches": [ " |