Request Maker
Log, edit and send HTTP requests
什麼是Request Maker?
Request Maker是由Juho Nurminen開發的Chrome擴展程式,該擴展的主要功能是“Log, edit and send HTTP requests”。
擴展截圖
下載Request Maker擴展crx文件
下載Request Maker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Version 0.1.2.16 adds proper browser action support since Chrome dropped the page action feature. Sorry for the delay, UI should now be easier to access! * * * Request Maker is a tool for penetration testing. With it you can easily capture requests made by web pages, tamper with the URL, headers and POST data and, of course, make new requests. Request Maker only captures requests sent via HTML forms and XMLHttpRequests; it doesn't fill the log with useless information about images and style sheets. The logs are tab-specific, displayed in the page action popup, and the requests are bookmarkable. After sending a request you can just click on the bookmark button like you would on any other page. For quick access, bookmark this URL: chrome-extension://kajfghlhfkcocafkcjlajldicbikpgnp/rm.html * * * Known issues: - Due to built-in limitations in XHR, not all headers can be modified. See http://goo.gl/Woeao. - XHR transparently follows redirects (as per http://goo.gl/mEwGh) without providing a way to retrieve the final URL. This sometimes causes incorrect rendering in the Document tab. Questions? Problems? Suggestions? Bugs? - You'll find my email address in the options page of the extension.
擴展基本資訊
名稱 | Request Maker |
ID | kajfghlhfkcocafkcjlajldicbikpgnp |
官方網址 | https://chromewebstore.google.com/detail/request-maker/kajfghlhfkcocafkcjlajldicbikpgnp |
簡介 | Log, edit and send HTTP requests |
檔案大小 | 138 KB |
安裝次數 | 39,018 |
目前版本 | 0.1.2.16 |
更新時間 | 2017-03-08 |
上架時間 | 2017-03-08 |
評分 | 3.48/5 共 185 次評分 |
開發者 | Juho Nurminen |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "content_scripts": [ { "all_frames": true, "js": [ "injector.js" ], "matches": [ " |