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.”。
擴展截圖
下載XHR JSON Panel擴展crx文件
下載XHR JSON Panel擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝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. 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 |
ID | ijcheklmenppbikccakhlmmcbdjjcmgi |
官方網址 | 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:\/\/*\/*" ] } |