Net logs
Extendable network logs debugger
Co to jest Net logs?
Net logs to rozszerzenie Chrome opracowane przez dg.danis.gumerov, a jego główną funkcją jest „Extendable network logs debugger”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Net logs
Pobierz pliki rozszerzeń Net logs w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Net logs |
ID | cjdmhjppaehhblekcplokfdhikmalnaf |
Oficjalny URL | https://chromewebstore.google.com/detail/net-logs/cjdmhjppaehhblekcplokfdhikmalnaf |
Opis | Extendable network logs debugger |
Rozmiar pliku | 322 KB |
Liczba instalacji | 141 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2024-03-03 |
Data Publikacji | 2021-04-25 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | dg.danis.gumerov |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Artboomy/netlogs |
Adres URL Strony Pomocy | https://github.com/Artboomy/netlogs/issues |
Obsługiwane Języki | 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": [ " |