REST Client APIsHub
A Modern and simple API testing tool!
Qu'est-ce que REST Client APIsHub ?
REST Client APIsHub est une extension Chrome développée par https://apishub.com, et sa fonction principale est "A Modern and simple API testing tool!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension REST Client APIsHub
Téléchargez les fichiers d'extension REST Client APIsHub au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A Modern , simple and free tool to develop, test and debug RESTful APIs
Informations de Base sur l'Extension
Nom | REST Client APIsHub |
ID | dabkfpeebkikmgdianbkchblbdibbfhl |
URL Officiel | https://chromewebstore.google.com/detail/rest-client-apishub/dabkfpeebkikmgdianbkchblbdibbfhl |
Description | A Modern and simple API testing tool! |
Taille du Fichier | 9.76 MB |
Nombre d'Installations | 3,050 |
Version Actuelle | 2.4 |
Dernière Mise à Jour | 2020-06-21 |
Date de Publication | 2020-06-21 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | https://apishub.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://apishub.com/ |
Langues Prises en Charge | 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": [ " |