Swagger-UI
将 Swagger-UI 打包成 Chrome 扩展,支持主题切换
Swagger-UI란 무엇입니까?
Swagger-UI은(는) jiayx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "将 Swagger-UI 打包成 Chrome 扩展,支持主题切换"입니다.
확장 프로그램 스크린샷
Swagger-UI 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Wrapped the latest swagger-ui and supports theme switching (right extension click icon, click option to switch) 包装了最新的 swagger-ui,并支持主题切换(右键扩展图标,点击选项切换) bug report https://github.com/jiayx/swagger-ui-chrome
확장 프로그램 기본 정보
이름 | Swagger-UI |
ID | liacakmdhalagfjlfdofigfoiocghoej |
공식 URL | https://chromewebstore.google.com/detail/swagger-ui/liacakmdhalagfjlfdofigfoiocghoej |
설명 | 将 Swagger-UI 打包成 Chrome 扩展,支持主题切换 |
파일 크기 | 455 KB |
설치 횟수 | 8,000 |
현재 버전 | 1.4 |
최근 업데이트 | 2022-02-10 |
출시 날짜 | 2020-04-06 |
평점 | 3.80/5 총 5 개의 평점 |
개발자 | jiayx |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/jiayx/swagger-ui-chrome |
도움말 페이지 URL | https://github.com/jiayx/swagger-ui-chrome/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Swagger-UI", "icons": { "128": "swagger\/favicon-32x32.png" }, "description": "\u5c06 Swagger-UI \u6253\u5305\u6210 Chrome \u6269\u5c55\uff0c\u652f\u6301\u4e3b\u9898\u5207\u6362", "version": "1.4", "action": { "default_icon": { "16": "swagger\/favicon-16x16.png", "32": "swagger\/favicon-32x32.png" }, "default_title": "Swagger-UI" }, "background": { "service_worker": "src\/background.js" }, "options_page": "src\/options.html", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*:*\/" ] } |