DWR Explorer
View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…
Apa itu DWR Explorer?
DWR Explorer adalah ekstensi Chrome yang dikembangkan oleh lukeupup, dan fitur utamanya adalah "View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DWR Explorer
Unduh file ekstensi DWR Explorer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON - Request filtering - Exception highlighting
Informasi Dasar Ekstensi
Nama | DWR Explorer |
ID | mijfipgkjnpanmnmanbjjibihbdgehlf |
URL Resmi | https://chromewebstore.google.com/detail/dwr-explorer/mijfipgkjnpanmnmanbjjibihbdgehlf |
Deskripsi | View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -… |
Ukuran File | 101 KB |
Jumlah Instalasi | 685 |
Versi Saat Ini | 1.1.4 |
Terakhir Diperbarui | 2017-08-31 |
Tanggal Publikasi | 2017-08-30 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | lukeupup |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |