API Tester - REST Client Testing Tool

Free REST API Tool, Use it to develop, test, debug RESTful APIs and HTTP request & REST services in Google Chrome Web Store.

API Tester - REST Client Testing Tool क्या है?

API Tester - REST Client Testing Tool ASOTools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Free REST API Tool, Use it to develop, test, debug RESTful APIs and HTTP request & REST services in Google Chrome Web Store."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में API Tester - REST Client Testing Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This is simple REST Client. Use it to develop, test, debug RESTful APIs, HTTP APIs and and easy-to-use UI.
This has a number of powerful features than postman...

Favorites:
- Save favorite requests (including headers, payload etc.) and re-use them with the click of a button.
- Import/Export favorites.
- Your favorites are automatically synced with your Google account and are not tied to a single machine.

History:
- View all your previous requests and responses.
- Easily run them again.
- Easily filter out the requests you're not interested in.

Custom Headers:
- Choose from a large range of existing request headers.
- Create and save your own custom request headers.

More...
- View the request response in beautiful syntax highlighting (including JSON, XML, HTML and CSS).
- See how long each request took to complete.
- Supports GET, POST, PUT and DELETE request methods. Custom request methods can also be added by the user.
- HTTP Basic Authentication.
- Responsive Design.
- Dark Mode.
- 100% Free. No strings attached.

Note on Extension Permissions: The badly named "Read and change all your data" permission is required to send a request to any domain. This does not access or use your data in any way.                    

एक्सटेंशन की मूल जानकारी

नाम API Tester - REST Client Testing Tool API Tester - REST Client Testing Tool
ID gjpgfhjgdajmdhialdclpkjmfkhbdchl
आधिकारिक URL https://chromewebstore.google.com/detail/api-tester-rest-client-te/gjpgfhjgdajmdhialdclpkjmfkhbdchl
विवरण Free REST API Tool, Use it to develop, test, debug RESTful APIs and HTTP request & REST services in Google Chrome Web Store.
फ़ाइल का आकार 426 KB
स्थापना संख्या 4,176
वर्तमान संस्करण 1.4.0
अंतिम अपडेट 2023-04-22
प्रकाशन तिथि 2022-10-27
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर ASOTools
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ecomscrapy.com/
सहायता पृष्ठ URL https://ecomscrapy.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "API Tester - REST Client Testing Tool",
    "default_locale": "en",
    "description": "Free REST API Tool, Use it to develop, test, debug RESTful APIs and HTTP request & REST services in Google Chrome Web Store.",
    "version": "1.4.0",
    "action": {
        "default_title": "API Tester - REST Client Testing Tool",
        "default_icon": {
            "16": "icon\/16.png",
            "32": "icon\/32.png",
            "48": "icon\/48.png",
            "128": "icon\/128.png"
        }
    },
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    },
    "permissions": [
        "storage",
        "alarms",
        "unlimitedStorage",
        "declarativeNetRequest"
    ]
}