network-duplicates

Extends the Developer Tools, adding duplicate network calls detection

ما هو network-duplicates؟

network-duplicates هو إضافة Chrome تم تطويرها بواسطة deckele، والميزة الرئيسية لها هي "Extends the Developer Tools, adding duplicate network calls detection".

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

screenshot
screenshot

تحميل ملف CRX للإضافة network-duplicates

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

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

                        Extends the Developer Tools, adding duplicate network calls detection.

Features:

1. list of duplicate network calls, sorted by number of times a resource was called.
2. list of resources with the same name, which were called from different urls.
3. a side-panel in the sources tab, showing nested iframes which could lead to duplicate network calls.                    

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

الاسم network-duplicates network-duplicates
ID pdaabiikfpfhfgiodfjfiobdmegjhnmo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/network-duplicates/pdaabiikfpfhfgiodfjfiobdmegjhnmo
الوصف Extends the Developer Tools, adding duplicate network calls detection
حجم الملف 6.2 KB
عدد التثبيتات 208
النسخة الحالية 1.0
آخر تحديث 2019-06-07
تاريخ النشر 2019-06-03
تقييم 5.00/5 مجموع تقييمات 1
المطور deckele
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "network-duplicates",
    "manifest_version": 2,
    "version": "1.0",
    "description": "Extends the Developer Tools, adding duplicate network calls detection",
    "minimum_chrome_version": "30.0",
    "devtools_page": "devtools.html",
    "permissions": [
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}