OpenAPI DevTools

Instantly generate API specifications in real time for any app or website. OpenAPI DevTools generates OpenAPI specifications in…

O que é OpenAPI DevTools?

OpenAPI DevTools é uma extensão do Chrome desenvolvida por Andrew Walsh, e sua principal característica é "Instantly generate API specifications in real time for any app or website. OpenAPI DevTools generates OpenAPI specifications in…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão OpenAPI DevTools

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

                        Instantly generate API specifications in real time for any app or website.

OpenAPI DevTools generates OpenAPI specifications in real time from network requests. Once installed it adds a new tab to Chrome DevTools called OpenAPI. While the tool is open it automatically converts network requests into a specification.

The algorithm works locally on your device. This extension doesn't make requests of any form. It only has access to network requests when developer tools is open and you have begun recording.

Features:
- Instantly generate an OpenAPI 3.1 specification for any website or application just by using it
- Automatically merges new request & response headers, bodies, and query parameters per endpoint
- Click on a path parameter and the app will automatically merge existing and future matching requests
- View the specification inside the tool and download with a click
- Export and save a session at any time, or share it with others                    

Informações Básicas da Extensão

Nome OpenAPI DevTools OpenAPI DevTools
ID jelghndoknklgabjgaeppjhommkkmdii
URL Oficial https://chromewebstore.google.com/detail/openapi-devtools/jelghndoknklgabjgaeppjhommkkmdii
Descrição Instantly generate API specifications in real time for any app or website. OpenAPI DevTools generates OpenAPI specifications in…
Tamanho do Arquivo 2.25 MB
Contagem de Instalações 3,670
Versão Atual 1.5.1
Última Atualização 2024-02-27
Data de Publicação 2023-10-25
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor Andrew Walsh
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/AndrewWalsh/openapi-devtools
URL da Página de Ajuda https://github.com/AndrewWalsh/openapi-devtools/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OpenAPI DevTools",
    "version": "1.5.1",
    "devtools_page": "index.html",
    "permissions": [],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}