Better Network Panel
Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.
Apa itu Better Network Panel?
Better Network Panel adalah ekstensi Chrome yang dikembangkan oleh https://leviolson.com, dan fitur utamanya adalah "Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Better Network Panel
Unduh file ekstensi Better Network Panel 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
This extension is Open Source: https://github.com/leothelocust/better-network-chrome-panel Although it doesn't do everything the default Network panel does, it does way more regarding Searching/Filtering. It doesn't only search the URL, it also searches every part of the request, including headers and post body. Additionally, if a response is in JSON, and contains some stringified node in that response, this tool auto-parses that string. See the Changelog here: https://leviolson.com/posts/bnp-changelog
Informasi Dasar Ekstensi
Nama | Better Network Panel |
ID | kknnkgpbclaljhfcknhbebhppmkmoaml |
URL Resmi | https://chromewebstore.google.com/detail/better-network-panel/kknnkgpbclaljhfcknhbebhppmkmoaml |
Deskripsi | Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews. |
Ukuran File | 2.14 MB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-01-28 |
Tanggal Publikasi | 2020-10-08 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://leviolson.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://leviolson.com/posts/chrome-ext-better-network-panel |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Network Panel", "version": "1.0.1", "minimum_chrome_version": "44.0", "description": "Extends the Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews.", "devtools_page": "devtools.html", "icons": { "128": "icon-128x128.png" }, "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |