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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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:\/\/*\/*"
    ]
}