requesttp
requesttp - a tool for http requests
requesttp क्या है?
requesttp aviv1ron1 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "requesttp - a tool for http requests"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में requesttp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
requesttp is a tool for sending HTTP requests, especially useful for REST services testing and exploring API's. Features: request GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS set request headers and body save favorite URL's save favorite headers or add from macro's tools for formatting body data as urlencoded or JSON automatically view the response formatted as HTML, XML, JSON or CSS the code is open source under MIT license on github: https://github.com/aviv1ron1/requesttp
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ghbmhocepnpmoaaljdollneebioacadj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/requesttp/ghbmhocepnpmoaaljdollneebioacadj |
विवरण | requesttp - a tool for http requests |
फ़ाइल का आकार | 635 KB |
स्थापना संख्या | 408 |
वर्तमान संस्करण | 1.94 |
अंतिम अपडेट | 2017-10-18 |
प्रकाशन तिथि | 2017-10-18 |
रेटिंग | 4.80/5 कुल 5 रेटिंग्स |
डेवलपर | aviv1ron1 |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "requesttp", "version": "1.94", "manifest_version": 2, "description": "requesttp - a tool for http requests", "icons": { "16": "resources\/requesttpicon16.png", "32": "resources\/requesttpicon32.png", "48": "resources\/requesttpicon48.png", "128": "resources\/requesttpicon128.png" }, "browser_action": { "default_icon": "resources\/requesttpicon24.png", "default_title": "requesttp" }, "options_page": "main.html", "background": { "scripts": [ "eventPage.js" ], "persistent": true }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "clipboardWrite" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |