Network explorer
A DevTools extension to interpret network requests in real time within a friendly way.
Cos'è Network explorer?
Network explorer è un'estensione di Chrome sviluppata da jacob.lea.dev, e la sua funzione principale è "A DevTools extension to interpret network requests in real time within a friendly way.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Network explorer
Scarica i file di estensione Network explorer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A DevTools extension to interpret network requests in real time within a friendly way.
Main functions:
1. Network requests could be manually / automatically loaded into the extension.
2. Users could define custom filters to load requests they want.
3. It could display these requests in a table.
4. It could transform headers and contents of requests/responses into JSON object and display them as tree-like structures. Currently version only supports pure JSON requests and dwr request.
5. In these tree-like structures, users could copy, download and search nodes.
6. Jsonlizable strings could be detected automatically and show up in popups. Informazioni di Base sull'Estensione
| Nome | |
| ID | ejdnjekdoemmcaaaoofkijikbmcfpgfn |
| URL Ufficiale | https://chromewebstore.google.com/detail/network-explorer/ejdnjekdoemmcaaaoofkijikbmcfpgfn |
| Descrizione | A DevTools extension to interpret network requests in real time within a friendly way. |
| Dimensione del File | 223 KB |
| Conteggio Installazioni | 203 |
| Versione Corrente | 2.0.0 |
| Ultimo Aggiornamento | 2022-04-04 |
| Data di Pubblicazione | 2021-05-05 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | jacob.lea.dev |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"version": "2.0.0",
"default_locale": "en",
"description": "__MSG_extDescription__",
"minimum_chrome_version": "88.0",
"icons": {
"16": ".\/logos\/16.png",
"32": ".\/logos\/32.png",
"64": ".\/logos\/64.png",
"128": ".\/logos\/128.png"
},
"permissions": [
"clipboardWrite",
"storage",
"tabs"
],
"background": {
"service_worker": "js\/background.js"
},
"devtools_page": "devtools\/startup.html",
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
},
"sandbox": {
"pages": [
"sandbox\/eval.html"
]
}
} | |