REST Client APIsHub
A Modern and simple API testing tool!
O que é REST Client APIsHub?
REST Client APIsHub é uma extensão do Chrome desenvolvida por https://apishub.com, e sua principal característica é "A Modern and simple API testing tool!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão REST Client APIsHub
Baixe arquivos de extensão REST Client APIsHub no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
A Modern , simple and free tool to develop, test and debug RESTful APIs
Informações Básicas da Extensão
Nome | REST Client APIsHub |
ID | dabkfpeebkikmgdianbkchblbdibbfhl |
URL Oficial | https://chromewebstore.google.com/detail/rest-client-apishub/dabkfpeebkikmgdianbkchblbdibbfhl |
Descrição | A Modern and simple API testing tool! |
Tamanho do Arquivo | 9.76 MB |
Contagem de Instalações | 3,050 |
Versão Atual | 2.4 |
Última Atualização | 2020-06-21 |
Data de Publicação | 2020-06-21 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | https://apishub.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://apishub.com/ |
Idiomas Suportados | 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": [ " |