DWR Explorer

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

Qu'est-ce que DWR Explorer ?

DWR Explorer est une extension Chrome développée par lukeupup, et sa fonction principale est "View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DWR Explorer

Téléchargez les fichiers d'extension DWR Explorer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        View DWR requests / responses in JSON-like format!

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

Informations de Base sur l'Extension

Nom DWR Explorer DWR Explorer
ID mijfipgkjnpanmnmanbjjibihbdgehlf
URL Officiel https://chromewebstore.google.com/detail/dwr-explorer/mijfipgkjnpanmnmanbjjibihbdgehlf
Description View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…
Taille du Fichier 101 KB
Nombre d'Installations 685
Version Actuelle 1.1.4
Dernière Mise à Jour 2017-08-31
Date de Publication 2017-08-30
Évaluation 5.00/5 Total 4 Évaluations
Développeur lukeupup
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}