REST Client APIsHub
A Modern and simple API testing tool!
Cos'è REST Client APIsHub?
REST Client APIsHub è un'estensione di Chrome sviluppata da https://apishub.com, e la sua funzione principale è "A Modern and simple API testing tool!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione REST Client APIsHub
Scarica i file di estensione REST Client APIsHub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A Modern , simple and free tool to develop, test and debug RESTful APIs
Informazioni di Base sull'Estensione
Nome | REST Client APIsHub |
ID | dabkfpeebkikmgdianbkchblbdibbfhl |
URL Ufficiale | https://chromewebstore.google.com/detail/rest-client-apishub/dabkfpeebkikmgdianbkchblbdibbfhl |
Descrizione | A Modern and simple API testing tool! |
Dimensione del File | 9.76 MB |
Conteggio Installazioni | 3,050 |
Versione Corrente | 2.4 |
Ultimo Aggiornamento | 2020-06-21 |
Data di Pubblicazione | 2020-06-21 |
Valutazione | 4.00/5 Totale 1 Valutazioni |
Sviluppatore | https://apishub.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://apishub.com/ |
Lingue Supportate | 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": [ " |