Ajax Proxy
Modify your Ajax response to test
Cos'è Ajax Proxy?
Ajax Proxy è un'estensione di Chrome sviluppata da Gj, e la sua funzione principale è "Modify your Ajax response to test".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ajax Proxy
Scarica i file di estensione Ajax Proxy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
面向开发者的工具,用于 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、函数式编辑等功能
Informazioni di Base sull'Estensione
Nome | Ajax Proxy |
ID | jbikjaejnjfbloojafllmdiknfndgljo |
URL Ufficiale | https://chromewebstore.google.com/detail/ajax-proxy/jbikjaejnjfbloojafllmdiknfndgljo |
Descrizione | Modify your Ajax response to test |
Dimensione del File | 835 KB |
Conteggio Installazioni | 1,367 |
Versione Corrente | 2.2.10 |
Ultimo Aggiornamento | 2024-02-18 |
Data di Pubblicazione | 2021-05-19 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | Gj |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/g0ngjie/ajax-proxy |
Lingue Supportate | 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": [ " |