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.

XHR JSON Panel란 무엇입니까?

XHR JSON Panel은(는) Sergiu Boboc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

XHR JSON Panel 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 XHR JSON Panel XHR JSON Panel
ID ijcheklmenppbikccakhlmmcbdjjcmgi
공식 URL https://chromewebstore.google.com/detail/xhr-json-panel/ijcheklmenppbikccakhlmmcbdjjcmgi
설명 This extension add to Chrome Dev Tools a new XHR JSON Panel that presents the most important data sent/received in an Ajax process.
파일 크기 45.82 KB
설치 횟수 3,560
현재 버전 0.0.6
최근 업데이트 2021-11-01
출시 날짜 2018-02-08
평점 4.39/5 총 18 개의 평점
개발자 Sergiu Boboc
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/sergiu79/XHRJSONPanel
도움말 페이지 URL https://github.com/sergiu79/XHRJSONPanel
지원되는 언어 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:\/\/*\/*"
    ]
}