XHR JSON Panel

This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process.

O que é XHR JSON Panel?

XHR JSON Panel é uma extensão do Chrome desenvolvida por Sergiu Boboc, e sua principal característica é "This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão XHR JSON Panel

Baixe arquivos de extensão XHR JSON Panel 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

                        This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process.
The extension presents a list with all XHR request made to server that have 'application/json' as content type. When expanding the details of such request by clicking + icon, two panel will appear below the request url. On the left side there will be the response preview and on the right side the GET parameters that are attached to the request URL ( good to view and quick to read for long URLs) and below of this the  POST payload data if any ( and of course, if the request method is POST).
This extension is inspired by Firebug console and helps me when I need to quick compare the data from more requests. In Chrome Dev Tools Network panel I can see the data for only one request at a time.                    

Informações Básicas da Extensão

Nome XHR JSON Panel XHR JSON Panel
ID ijcheklmenppbikccakhlmmcbdjjcmgi
URL Oficial https://chromewebstore.google.com/detail/xhr-json-panel/ijcheklmenppbikccakhlmmcbdjjcmgi
Descrição This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process.
Tamanho do Arquivo 45.82 KB
Contagem de Instalações 3,560
Versão Atual 0.0.6
Última Atualização 2021-11-01
Data de Publicação 2018-02-08
Classificação 4.39/5 Total de 18 Avaliações
Desenvolvedor Sergiu Boboc
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/sergiu79/XHRJSONPanel
URL da Página de Ajuda https://github.com/sergiu79/XHRJSONPanel
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "XHR JSON Panel",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent\/received in an Ajax process.",
    "devtools_page": "devtools.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}