有什么出色的 Chrome 或 Firefox 扩展可以轻松查看和设置 GET URL 参数以及 POST 数据
我想要一个浏览器扩展来将 URL 参数显示为一组键和值,我可以在执行 GET 之前进行修改。
某种界面大致如下所示:
[x] GET [ ] POST [ ] PUT [ ] DELETE
param: ________ value: ________
param: ________ value: ________
param: ________ value: ________
param: ________ value: ________
data:
|------------------------|
| |
| |
|________________________|
[ submit ]
它将在另一个窗口、选项卡、框架或其他内容中显示结果,这样我就不会丢失界面,并且可以调整参数并执行连续的 GET 和 POST。
有谁知道 Chrome(最好)或 Firefox 有这样的扩展吗?
外部程序也可以,只要它好并且是多平台的。
I would like to have a browser extension to display URL params as a set of keys and values I can modify before executing a GET.
Some sort of interface that looks roughly like this:
[x] GET [ ] POST [ ] PUT [ ] DELETE
param: ________ value: ________
param: ________ value: ________
param: ________ value: ________
param: ________ value: ________
data:
|------------------------|
| |
| |
|________________________|
[ submit ]
And it would display the result in another window, tab, frame, or whatever, so I wouldn't lose the interface and could tweak parameters and do successive GETs and POSTs.
Does anyone know of an extension like this for Chrome (preferably) or Firefox?
An external program would be alright as well, as long as it's good and multi-platform.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我个人使用 firefox + httprequester
I personally go with firefox + httprequester
Chrome 扩展程序:尝试 https://chrome.google.com/webstore/detail/easy-url-params/jhhjlajfdkofbnhbcjcddngfehfihfln?hl=en-US 用于简单的 GET 请求参数修改!
Chrome Extension: Try https://chrome.google.com/webstore/detail/easy-url-params/jhhjlajfdkofbnhbcjcddngfehfihfln?hl=en-US for simple GET request param modifications!
TamperData 可能是其中最强大的。同时,它非常容易掌握,无需任何外部帮助。
但如果您想要更简单的工具 - 那么请尝试 HackBar。
TamperData is probably the most powerful of them. At the same time - its quite easy to grasp on without any external help.
But if you want even easier tool - then try HackBar.