Live HTTP headers
Displays the live log with the http requests headers
O que é Live HTTP headers?
Live HTTP headers é uma extensão do Chrome desenvolvida por thesenselessguy.business, e sua principal característica é "Displays the live log with the http requests headers".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Live HTTP headers
Baixe arquivos de extensão Live HTTP headers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Live http replay. intervept and replay requests. Play with urls
Informações Básicas da Extensão
Nome | Live HTTP headers |
ID | llbdkomocmgejikdoclcgfecgakakemk |
URL Oficial | https://chromewebstore.google.com/detail/live-http-headers/llbdkomocmgejikdoclcgfecgakakemk |
Descrição | Displays the live log with the http requests headers |
Tamanho do Arquivo | 6.15 KB |
Contagem de Instalações | 524 |
Versão Atual | 1.0 |
Última Atualização | 2020-09-30 |
Data de Publicação | 2018-08-19 |
Desenvolvedor | thesenselessguy.business |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |