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開發的Chrome擴展程式,該擴展的主要功能是“Instantly generate API specifications in real time for any app or website. OpenAPI DevTools generates OpenAPI specifications in…”。

擴展截圖

screenshot
screenshot
screenshot

下載OpenAPI DevTools擴展crx文件

下載OpenAPI DevTools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}