REST Client APIsHub

A Modern and simple API testing tool!

Wat is REST Client APIsHub?

REST Client APIsHub is een Chrome-extensie ontwikkeld door https://apishub.com, en de belangrijkste functie is "A Modern and simple API testing tool!".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie REST Client APIsHub

Download REST Client APIsHub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam REST Client APIsHub REST Client APIsHub
ID dabkfpeebkikmgdianbkchblbdibbfhl
Officiële URL https://chromewebstore.google.com/detail/rest-client-apishub/dabkfpeebkikmgdianbkchblbdibbfhl
Beschrijving A Modern and simple API testing tool!
Bestandsgrootte 9.76 MB
Aantal Installaties 3,050
Huidige Versie 2.4
Laatst Bijgewerkt 2020-06-21
Publicatiedatum 2020-06-21
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://apishub.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://apishub.com/
Ondersteunde Talen 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"
}