Better Network Panel

Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.

Τι είναι το Better Network Panel;

Το Better Network Panel είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://leviolson.com, και η κύρια λειτουργία του είναι "Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Better Network Panel

Λήψη αρχείων επέκτασης Better Network Panel σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension is Open Source:
https://github.com/leothelocust/better-network-chrome-panel

Although it doesn't do everything the default Network panel does, it does way more regarding Searching/Filtering.  It doesn't only search the URL, it also searches every part of the request, including headers and post body.

Additionally, if a response is in JSON, and contains some stringified node in that response, this tool auto-parses that string. 

See the Changelog here:
https://leviolson.com/posts/bnp-changelog                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Better Network Panel Better Network Panel
ID kknnkgpbclaljhfcknhbebhppmkmoaml
Επίσημο URL https://chromewebstore.google.com/detail/better-network-panel/kknnkgpbclaljhfcknhbebhppmkmoaml
Περιγραφή Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.
Μέγεθος Αρχείου 2.14 MB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2021-01-28
Ημερομηνία Δημοσίευσης 2020-10-08
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://leviolson.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://leviolson.com/posts/chrome-ext-better-network-panel
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Network Panel",
    "version": "1.0.1",
    "minimum_chrome_version": "44.0",
    "description": "Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.",
    "devtools_page": "devtools.html",
    "icons": {
        "128": "icon-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}