Better Network Panel

Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.

ما هو Better Network Panel؟

Better Network Panel هو إضافة Chrome تم تطويرها بواسطة https://leviolson.com، والميزة الرئيسية لها هي "Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Better Network Panel

قم بتنزيل ملفات الامتداد Better Network Panel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension is Open Source:
https://github.com/leothelocust/better-network-chrome-panel

Although it doesn't do everything the default Network panel does, it does way more regarding Searching/Filtering.  It doesn't only search the URL, it also searches every part of the request, including headers and post body.

Additionally, if a response is in JSON, and contains some stringified node in that response, this tool auto-parses that string. 

See the Changelog here:
https://leviolson.com/posts/bnp-changelog                    

معلومات أساسية عن التمديد

الاسم Better Network Panel Better Network Panel
ID kknnkgpbclaljhfcknhbebhppmkmoaml
عنوان URL الرسمي https://chromewebstore.google.com/detail/better-network-panel/kknnkgpbclaljhfcknhbebhppmkmoaml
الوصف Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.
حجم الملف 2.14 MB
عدد التثبيتات 1,000
النسخة الحالية 1.0.1
آخر تحديث 2021-01-28
تاريخ النشر 2020-10-08
تقييم 5.00/5 مجموع تقييمات 2
المطور https://leviolson.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://leviolson.com/posts/chrome-ext-better-network-panel
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Network Panel",
    "version": "1.0.1",
    "minimum_chrome_version": "44.0",
    "description": "Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.",
    "devtools_page": "devtools.html",
    "icons": {
        "128": "icon-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}