OpenAPI DevTools

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

OpenAPI DevTools là gì?

OpenAPI DevTools là một tiện ích mở rộng Chrome được phát triển bởi Andrew Walsh, và tính năng chính của nó là "Instantly generate API specifications in real time for any app or website. OpenAPI DevTools generates OpenAPI specifications in…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OpenAPI DevTools

Tải xuống các tệp mở rộng OpenAPI DevTools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OpenAPI DevTools OpenAPI DevTools
ID jelghndoknklgabjgaeppjhommkkmdii
URL Chính Thức https://chromewebstore.google.com/detail/openapi-devtools/jelghndoknklgabjgaeppjhommkkmdii
Mô tả Instantly generate API specifications in real time for any app or website. OpenAPI DevTools generates OpenAPI specifications in…
Kích Thước Tệp 2.25 MB
Số Lần Cài Đặt 3,670
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2023-10-25
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Andrew Walsh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/AndrewWalsh/openapi-devtools
URL Trang Trợ Giúp https://github.com/AndrewWalsh/openapi-devtools/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}