DWR Explorer
View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…
Co to jest DWR Explorer?
DWR Explorer to rozszerzenie Chrome opracowane przez lukeupup, a jego główną funkcją jest „View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DWR Explorer
Pobierz pliki rozszerzeń DWR Explorer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        View DWR requests / responses in JSON-like format!
Support:
 - Both request and response parser
 - Copying the object as JSON
 - Request filtering
 - Exception highlighting                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | mijfipgkjnpanmnmanbjjibihbdgehlf | 
| Oficjalny URL | https://chromewebstore.google.com/detail/dwr-explorer/mijfipgkjnpanmnmanbjjibihbdgehlf | 
| Opis | View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -… | 
| Rozmiar pliku | 101 KB | 
| Liczba instalacji | 685 | 
| Aktualna Wersja | 1.1.4 | 
| Ostatnia Aktualizacja | 2017-08-31 | 
| Data Publikacji | 2017-08-30 | 
| Ocena | 5.00/5 Łącznie 4 Oceny | 
| Deweloper | lukeupup | 
| Typ Płatności | free | 
| Obsługiwane Języki | 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\/*"
    ]
}  |  |