DWR Explorer
View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…
DWR Explorerคืออะไร?
DWR Explorer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lukeupup และคุณลักษณะหลักของมันคือ "View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DWR Explorer
ดาวน์โหลดไฟล์ส่วนขยาย DWR Explorer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON - Request filtering - Exception highlighting
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DWR Explorer |
ID | mijfipgkjnpanmnmanbjjibihbdgehlf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dwr-explorer/mijfipgkjnpanmnmanbjjibihbdgehlf |
คำอธิบาย | View DWR requests / responses in JSON-like format! Support: - Both request and response parser - Copying the object as JSON -… |
ขนาดไฟล์ | 101 KB |
จำนวนการติดตั้ง | 685 |
เวอร์ชันปัจจุบัน | 1.1.4 |
อัปเดตครั้งล่าสุด | 2017-08-31 |
วันที่เผยแพร่ | 2017-08-30 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | lukeupup |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DWR Explorer", "version": "1.1.4", "icons": { "200": "assets\/dwr-logo.png" }, "devtools_page": "devtools.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "sandbox": { "pages": [ "sandbox.html" ] }, "web_accessible_resources": [ "assets\/*" ] } |