Net logs
Extendable network logs debugger
什麼是Net logs?
Net logs是由dg.danis.gumerov開發的Chrome擴展程式,該擴展的主要功能是“Extendable network logs debugger”。
擴展截圖
下載Net logs擴展crx文件
下載Net logs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Net logs |
ID | cjdmhjppaehhblekcplokfdhikmalnaf |
官方網址 | https://chromewebstore.google.com/detail/net-logs/cjdmhjppaehhblekcplokfdhikmalnaf |
簡介 | Extendable network logs debugger |
檔案大小 | 322 KB |
安裝次數 | 141 |
目前版本 | 1.0.0 |
更新時間 | 2024-03-03 |
上架時間 | 2021-04-25 |
評分 | 5.00/5 共 5 次評分 |
開發者 | dg.danis.gumerov |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/Artboomy/netlogs |
說明頁面URL | https://github.com/Artboomy/netlogs/issues |
支援的語言 | 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": [ " |