OpenAPI DevTools

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

OpenAPI DevToolsคืออะไร?

OpenAPI DevTools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andrew Walsh และคุณลักษณะหลักของมันคือ "Instantly generate API specifications in real time for any app or website. OpenAPI DevTools generates OpenAPI specifications in…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OpenAPI DevTools

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}