OpenAPI DevTools

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

OpenAPI DevTools क्या है?

OpenAPI DevTools Andrew Walsh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly generate API specifications in real time for any app or website. OpenAPI DevTools generates OpenAPI specifications in…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OpenAPI DevTools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम OpenAPI DevTools OpenAPI DevTools
ID jelghndoknklgabjgaeppjhommkkmdii
आधिकारिक URL https://chromewebstore.google.com/detail/openapi-devtools/jelghndoknklgabjgaeppjhommkkmdii
विवरण Instantly generate API specifications in real time for any app or website. OpenAPI DevTools generates OpenAPI specifications in…
फ़ाइल का आकार 2.25 MB
स्थापना संख्या 3,670
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2023-10-25
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर Andrew Walsh
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/AndrewWalsh/openapi-devtools
सहायता पृष्ठ URL https://github.com/AndrewWalsh/openapi-devtools/issues
समर्थित भाषाएँ 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"
    }
}