network-duplicates

Extends the Developer Tools, adding duplicate network calls detection

什麼是network-duplicates?

network-duplicates是由deckele開發的Chrome擴展程式,該擴展的主要功能是“Extends the Developer Tools, adding duplicate network calls detection”。

擴展截圖

screenshot
screenshot

下載network-duplicates擴展crx文件

下載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
官方網址 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:\/\/*\/*"
    ]
}