DWR Explorer
View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…
Was ist DWR Explorer?
DWR Explorer ist eine Chrome-Erweiterung, die von lukeupup entwickelt wurde, und ihr Hauptmerkmal ist "View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…".
Erweiterungsscreenshots
DWR Explorer-Erweiterungs-CRX-Datei herunterladen
Laden Sie DWR Explorer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON - Request filtering - Exception highlighting
Grundlegende Informationen zur Erweiterung
Name | DWR Explorer |
ID | mijfipgkjnpanmnmanbjjibihbdgehlf |
Offizielle URL | https://chromewebstore.google.com/detail/dwr-explorer/mijfipgkjnpanmnmanbjjibihbdgehlf |
Beschreibung | View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -… |
Dateigröße | 101 KB |
Installationsanzahl | 685 |
Aktuelle Version | 1.1.4 |
Letztes Update | 2017-08-31 |
Veröffentlichungsdatum | 2017-08-30 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | lukeupup |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |