Live HTTP headers
Displays the live log with the http requests headers
Cos'è Live HTTP headers?
Live HTTP headers è un'estensione di Chrome sviluppata da thesenselessguy.business, e la sua funzione principale è "Displays the live log with the http requests headers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Live HTTP headers
Scarica i file di estensione Live HTTP headers 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
Live http replay. intervept and replay requests. Play with urls
Informazioni di Base sull'Estensione
Nome | Live HTTP headers |
ID | llbdkomocmgejikdoclcgfecgakakemk |
URL Ufficiale | https://chromewebstore.google.com/detail/live-http-headers/llbdkomocmgejikdoclcgfecgakakemk |
Descrizione | Displays the live log with the http requests headers |
Dimensione del File | 6.15 KB |
Conteggio Installazioni | 524 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-09-30 |
Data di Pubblicazione | 2018-08-19 |
Sviluppatore | thesenselessguy.business |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Live HTTP headers", "description": "Displays the live log with the http requests headers", "version": "1.0", "permissions": [ "debugger" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_title": "Live HTTP headers" }, "manifest_version": 2 } |