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