Ajax Proxy
Modify your Ajax response to test
Ajax Proxyคืออะไร?
Ajax Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gj และคุณลักษณะหลักของมันคือ "Modify your Ajax response to test"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ajax Proxy
ดาวน์โหลดไฟล์ส่วนขยาย Ajax Proxy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
面向开发者的工具,用于 Web 端接口数据的修改 Features: 1. Support request protocol interception 支持请求协议拦截 2. Support status code adjustment 支持状态码调整 3. instant response without refreshing 无需刷新,即时响应 4. data backup/restore 数据备份/恢复 5. tagging, filtering, JSON editing and other functions 标签、筛选、JSON、函数式编辑等功能
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ajax Proxy |
ID | jbikjaejnjfbloojafllmdiknfndgljo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ajax-proxy/jbikjaejnjfbloojafllmdiknfndgljo |
คำอธิบาย | Modify your Ajax response to test |
ขนาดไฟล์ | 835 KB |
จำนวนการติดตั้ง | 1,367 |
เวอร์ชันปัจจุบัน | 2.2.10 |
อัปเดตครั้งล่าสุด | 2024-02-18 |
วันที่เผยแพร่ | 2021-05-19 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Gj |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/g0ngjie/ajax-proxy |
ภาษาที่รองรับ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ajax Proxy", "version": "2.2.10", "description": "Modify your Ajax response to test", "author": "Gj", "icons": { "128": "icons\/128.png" }, "permissions": [ "storage", "notifications", "tabs" ], "action": { "default_icon": "icons\/48g.png" }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "matches": [ " |