DWR Explorer
View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…
Wat is DWR Explorer?
DWR Explorer is een Chrome-extensie ontwikkeld door lukeupup, en de belangrijkste functie is "View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…".
Extensie Screenshots
Download het CRX-bestand van de extensie DWR Explorer
Download DWR Explorer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
View DWR requests / responses in JSON-like format!
Support:
- Both request and response parser
- Copying the object as JSON
- Request filtering
- Exception highlighting Basisinformatie over de Extensie
| Naam | |
| ID | mijfipgkjnpanmnmanbjjibihbdgehlf |
| Officiële URL | https://chromewebstore.google.com/detail/dwr-explorer/mijfipgkjnpanmnmanbjjibihbdgehlf |
| Beschrijving | View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -… |
| Bestandsgrootte | 101 KB |
| Aantal Installaties | 685 |
| Huidige Versie | 1.1.4 |
| Laatst Bijgewerkt | 2017-08-31 |
| Publicatiedatum | 2017-08-30 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | lukeupup |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |