DWR Explorer

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

Vad är DWR Explorer?

DWR Explorer är en Chrome-tillägg utvecklad av lukeupup, och dess huvudfunktion är "View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…".

Tilläggsskärmbilder

screenshot

Ladda ner DWR Explorer-förlängningens CRX-fil

Ladda ner DWR Explorer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        View DWR requests / responses in JSON-like format!

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

Grundläggande Information om Tillägg

Namn DWR Explorer DWR Explorer
ID mijfipgkjnpanmnmanbjjibihbdgehlf
Officiell webbadress https://chromewebstore.google.com/detail/dwr-explorer/mijfipgkjnpanmnmanbjjibihbdgehlf
Beskrivning View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…
Filstorlek 101 KB
Antal Installationer 685
Aktuell Version 1.1.4
Senast Uppdaterad 2017-08-31
Publiceringsdatum 2017-08-30
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare lukeupup
Betalningssätt free
Stödda Språk 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\/*"
    ]
}