REST Client APIsHub

A Modern and simple API testing tool!

Co to jest REST Client APIsHub?

REST Client APIsHub to rozszerzenie Chrome opracowane przez https://apishub.com, a jego główną funkcją jest „A Modern and simple API testing tool!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia REST Client APIsHub

Pobierz pliki rozszerzeń REST Client APIsHub w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa REST Client APIsHub REST Client APIsHub
ID dabkfpeebkikmgdianbkchblbdibbfhl
Oficjalny URL https://chromewebstore.google.com/detail/rest-client-apishub/dabkfpeebkikmgdianbkchblbdibbfhl
Opis A Modern and simple API testing tool!
Rozmiar pliku 9.76 MB
Liczba instalacji 3,050
Aktualna Wersja 2.4
Ostatnia Aktualizacja 2020-06-21
Data Publikacji 2020-06-21
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper https://apishub.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://apishub.com/
Obsługiwane Języki 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"
}