Net logs
Extendable network logs debugger
ما هو Net logs؟
Net logs هو إضافة Chrome تم تطويرها بواسطة dg.danis.gumerov، والميزة الرئيسية لها هي "Extendable network logs debugger".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Net logs
قم بتنزيل ملفات الامتداد Net logs بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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 |
عنوان صفحة المساعدة | 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": [ " |