OpenAPI DevTools

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

Wat is OpenAPI DevTools?

OpenAPI DevTools is een Chrome-extensie ontwikkeld door Andrew Walsh, en de belangrijkste functie is "Instantly generate API specifications in real time for any app or website. OpenAPI DevTools generates OpenAPI specifications in…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie OpenAPI DevTools

Download OpenAPI DevTools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam OpenAPI DevTools OpenAPI DevTools
ID jelghndoknklgabjgaeppjhommkkmdii
Officiële URL https://chromewebstore.google.com/detail/openapi-devtools/jelghndoknklgabjgaeppjhommkkmdii
Beschrijving Instantly generate API specifications in real time for any app or website. OpenAPI DevTools generates OpenAPI specifications in…
Bestandsgrootte 2.25 MB
Aantal Installaties 3,670
Huidige Versie 1.5.1
Laatst Bijgewerkt 2024-02-27
Publicatiedatum 2023-10-25
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Andrew Walsh
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/AndrewWalsh/openapi-devtools
Help Pagina-URL https://github.com/AndrewWalsh/openapi-devtools/issues
Ondersteunde Talen 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"
    }
}