JSON Response Viewer
Simple JSON responses viewer
什麼是JSON Response Viewer?
JSON Response Viewer是由dimovitch.sergey開發的Chrome擴展程式,該擴展的主要功能是“Simple JSON responses viewer”。
擴展截圖
下載JSON Response Viewer擴展crx文件
下載JSON Response Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The plugin is designed for easy viewing of responses in JSON format, monitors all site requests and renders responses in a convenient way. Parse JSON to HTML. - parse JSON at any nesting level - syntax highlighting - collapse/expand objects - search in responses (similar to default chrome page search) - switching between search results
擴展基本資訊
名稱 | JSON Response Viewer |
ID | bfjmbnhmjhangkldpjdoafhdeemjdomk |
官方網址 | https://chromewebstore.google.com/detail/json-response-viewer/bfjmbnhmjhangkldpjdoafhdeemjdomk |
簡介 | Simple JSON responses viewer |
檔案大小 | 16.78 KB |
安裝次數 | 39 |
目前版本 | 0.3.2 |
更新時間 | 2022-06-27 |
上架時間 | 2022-05-25 |
評分 | 5.00/5 共 2 次評分 |
開發者 | dimovitch.sergey |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Response Viewer", "description": "Simple JSON responses viewer", "version": "0.3.2", "manifest_version": 3, "devtools_page": "devtools.html", "icons": { "16": ".\/icons\/icon.png", "48": ".\/icons\/icon.png", "128": ".\/icons\/icon.png" } } |