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 |
公式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 |
Eメール | [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:\/\/*\/*" ] } |