REST Client APIsHub

A Modern and simple API testing tool!

Hvad er REST Client APIsHub?

REST Client APIsHub er en Chrome-udvidelse udviklet af https://apishub.com, og dens hovedfunktion er "A Modern and simple API testing tool!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download REST Client APIsHub-udvidelses-CRX-fil

Download REST Client APIsHub-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn REST Client APIsHub REST Client APIsHub
ID dabkfpeebkikmgdianbkchblbdibbfhl
Officiel URL https://chromewebstore.google.com/detail/rest-client-apishub/dabkfpeebkikmgdianbkchblbdibbfhl
Beskrivelse A Modern and simple API testing tool!
Filstørrelse 9.76 MB
Antal Installationer 3,050
Nuværende Version 2.4
Senest Opdateret 2020-06-21
Udgivelsesdato 2020-06-21
Bedømmelse 4.00/5 Samlet 1 Bedømmelser
Udvikler https://apishub.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://apishub.com/
Understøttede Sprog 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"
}