Net logs
Extendable network logs debugger
Wat is Net logs?
Net logs is een Chrome-extensie ontwikkeld door dg.danis.gumerov, en de belangrijkste functie is "Extendable network logs debugger".
Extensie Screenshots
Download het CRX-bestand van de extensie Net logs
Download Net logs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Net logs |
ID | cjdmhjppaehhblekcplokfdhikmalnaf |
Officiële URL | https://chromewebstore.google.com/detail/net-logs/cjdmhjppaehhblekcplokfdhikmalnaf |
Beschrijving | Extendable network logs debugger |
Bestandsgrootte | 322 KB |
Aantal Installaties | 141 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2024-03-03 |
Publicatiedatum | 2021-04-25 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | dg.danis.gumerov |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Artboomy/netlogs |
Help Pagina-URL | https://github.com/Artboomy/netlogs/issues |
Ondersteunde Talen | 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": [ " |