Request Maker
Log, edit and send HTTP requests
Vad är Request Maker?
Request Maker är en Chrome-tillägg utvecklad av Juho Nurminen, och dess huvudfunktion är "Log, edit and send HTTP requests".
Tilläggsskärmbilder
Ladda ner Request Maker-förlängningens CRX-fil
Ladda ner Request Maker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Request Maker |
ID | kajfghlhfkcocafkcjlajldicbikpgnp |
Officiell webbadress | https://chromewebstore.google.com/detail/request-maker/kajfghlhfkcocafkcjlajldicbikpgnp |
Beskrivning | Log, edit and send HTTP requests |
Filstorlek | 138 KB |
Antal Installationer | 39,018 |
Aktuell Version | 0.1.2.16 |
Senast Uppdaterad | 2017-03-08 |
Publiceringsdatum | 2017-03-08 |
Betyg | 3.48/5 Totalt 185 Betyg |
Utvecklare | Juho Nurminen |
Betalningssätt | free |
Stödda Språk | 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": [ " |