network-duplicates

Extends the Developer Tools, adding duplicate network calls detection

network-duplicates क्या है?

network-duplicates deckele द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the Developer Tools, adding duplicate network calls detection"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में network-duplicates एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
    ]
}