DWR Explorer

View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…

Τι είναι το DWR Explorer;

Το DWR Explorer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον lukeupup, και η κύρια λειτουργία του είναι "View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…".

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

screenshot

Λήψη αρχείου CRX της επέκτασης DWR Explorer

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

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

                        View DWR requests / responses in JSON-like format!

Support:
 - Both request and response parser
 - Copying the object as JSON
 - Request filtering
 - Exception highlighting                    

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

Όνομα DWR Explorer DWR Explorer
ID mijfipgkjnpanmnmanbjjibihbdgehlf
Επίσημο URL https://chromewebstore.google.com/detail/dwr-explorer/mijfipgkjnpanmnmanbjjibihbdgehlf
Περιγραφή View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…
Μέγεθος Αρχείου 101 KB
Αριθμός Εγκαταστάσεων 685
Τρέχουσα Έκδοση 1.1.4
Τελευταία Ενημέρωση 2017-08-31
Ημερομηνία Δημοσίευσης 2017-08-30
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής lukeupup
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DWR Explorer",
    "version": "1.1.4",
    "icons": {
        "200": "assets\/dwr-logo.png"
    },
    "devtools_page": "devtools.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "web_accessible_resources": [
        "assets\/*"
    ]
}