REST Client APIsHub

A Modern and simple API testing tool!

REST Client APIsHub क्या है?

REST Client APIsHub https://apishub.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Modern and simple API testing tool!"।

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

screenshot
screenshot

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

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

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

                        A Modern , simple and free tool to develop, test and debug RESTful APIs                    

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

नाम REST Client APIsHub REST Client APIsHub
ID dabkfpeebkikmgdianbkchblbdibbfhl
आधिकारिक URL https://chromewebstore.google.com/detail/rest-client-apishub/dabkfpeebkikmgdianbkchblbdibbfhl
विवरण A Modern and simple API testing tool!
फ़ाइल का आकार 9.76 MB
स्थापना संख्या 3,050
वर्तमान संस्करण 2.4
अंतिम अपडेट 2020-06-21
प्रकाशन तिथि 2020-06-21
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर https://apishub.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://apishub.com/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Abdul Qadir ([email protected])",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/restclient.apishub.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "A Modern and simple API testing tool!",
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "REST Client APIsHub",
    "permissions": [
        "",
        "clipboardWrite"
    ],
    "web_accessible_resources": [
        "icon.png",
        "index.html"
    ],
    "short_name": "RCAPIsHub",
    "version": "2.4"
}