

# chrome-response-override Chrome devtools extension to modify response on the fly, no external app installation required. Provide support to override API/HTML/* response using simple Find & Replace steps. No external app installation required. Steps to override response body in chrome extension 1) Open devtools, navigate to "Response Override" tab 2) Click "Add Row" 3) Enter URL contains value only this URL response will be modified. 4) Enter Find value It's a javascript regex pattern. 5) Enter Replace value to replace with. No need to provide content-type 6) Click "Save" to save everything. 7) Click "Play" button to start modifying response. 8) You must click pause button to stop this modification. 9) You must keep this devtools open Ex. If you want to add new node in json. Find: "existingNode":"existingValue" Replace: "existingNode":"existingValue", "newNode": "newValue" Special Variable 1. If you put "~NO_API~" (without ") in Find, no remote call will be made, provide full response. Provide content-type in this case. How This works: This devtools extension add network break point and listen to URL contains the user input Make API Client call and get response. Do Find and Replace on top of response. Serve the replaced response. Project space: https://github.com/Pasupathi-Rajamanickam/chrome-response-override
查看更多
相关插件
文章推荐
-
TracError Full-Screen Recorder插件,免费屏幕录制\音频录制工具
627 2020-09-17 -
Multi-File Downloader插件,多文件嗅探下载器
1672 2020-10-28 -
Copy Marker插件,网页文本高亮笔记分享工具
1414 2020-06-15 -
Ultimate Video Downloader插件,查找并下载网站中的音频/视频,支持画中画播放
1889 2020-02-17 -
迅捷PDF在线转换插件,高速处理多种文档格式转换
1275 2020-08-25 -
谷歌计划推出新游戏主机,可能会与Xbox和PS展开竞争
1356 2018-06-29
评论
全部评论
展开更多评论