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…"입니다.
확장 프로그램 스크린샷
OpenAPI DevTools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |