Net logs
Extendable network logs debugger
Hvad er Net logs?
Net logs er en Chrome-udvidelse udviklet af dg.danis.gumerov, og dens hovedfunktion er "Extendable network logs debugger".
Udvidelsesskærmbilleder
Download Net logs-udvidelses-CRX-fil
Download Net logs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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                     Grundlæggende oplysninger om udvidelsen
| Navn |  | 
| ID | cjdmhjppaehhblekcplokfdhikmalnaf | 
| Officiel URL | https://chromewebstore.google.com/detail/net-logs/cjdmhjppaehhblekcplokfdhikmalnaf | 
| Beskrivelse | Extendable network logs debugger | 
| Filstørrelse | 322 KB | 
| Antal Installationer | 141 | 
| Nuværende Version | 1.0.0 | 
| Senest Opdateret | 2024-03-03 | 
| Udgivelsesdato | 2021-04-25 | 
| Bedømmelse | 5.00/5 Samlet 5 Bedømmelser | 
| Udvikler | dg.danis.gumerov | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | https://github.com/Artboomy/netlogs | 
| Hjælpeside-URL | https://github.com/Artboomy/netlogs/issues | 
| Understøttede Sprog | 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": [
                " | |