Ajax Proxy
Modify your Ajax response to test
Ajax Proxyとは何ですか?
Ajax ProxyはGjによって開発されたChromeの拡張機能で、その主な機能は「Modify your Ajax response to test」です。
拡張機能のスクリーンショット
Ajax Proxy拡張機能のCRXファイルをダウンロード
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、函数式编辑等功能 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
" | |