Restfox

Minimalistic HTTP Client for API Development and Testing

O que é Restfox?

Restfox é uma extensão do Chrome desenvolvida por https://restfox.dev, e sua principal característica é "Minimalistic HTTP Client for API Development and Testing".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Restfox

Baixe arquivos de extensão Restfox 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

                        Restfox is a minimalistic HTTP Client for API Development and Testing. Which gets out of your way and keeps things simple.

Features:
- Workspaces
- Tabs
- Nested Folders
- Lots of context menus
- Response history
- Plugins
- GraphQL support
- Import collections exported from Postman and Insomnia
- Simple user friendly interface                    

Informações Básicas da Extensão

Nome Restfox Restfox
ID fihmegnabgglklkppphibngblkomlhcn
URL Oficial https://chromewebstore.google.com/detail/restfox/fihmegnabgglklkppphibngblkomlhcn
Descrição Minimalistic HTTP Client for API Development and Testing
Tamanho do Arquivo 3.82 MB
Contagem de Instalações 404
Versão Atual 1.0.604
Última Atualização 2024-01-17
Data de Publicação 2022-11-25
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://restfox.dev
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/flawiddsouza/Restfox/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Restfox",
    "description": "Minimalistic HTTP Client for API Development and Testing",
    "version": "1.0.604",
    "manifest_version": 3,
    "icons": {
        "512": "icons\/favicon.png"
    },
    "permissions": [],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "512": "icons\/favicon.png"
        }
    }
}