swagger-viewer
Shows swagger yaml/json rendered by Swagger-UI. This extension replace swagger code into preview html in GitHub.
swagger-viewer란 무엇입니까?
swagger-viewer은(는) arx.8.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows swagger yaml/json rendered by Swagger-UI. This extension replace swagger code into preview html in GitHub."입니다.
확장 프로그램 스크린샷
swagger-viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Works completely offline.
## Demo
### Easy to convert
https://raw.githubusercontent.com/arx-8/swagger-viewer/main/README-Demo_1.gif
### Easy to expand / collapse
https://raw.githubusercontent.com/arx-8/swagger-viewer/main/README-Demo_2.gif
## Spec.
- Supported sites.
- GitHub
- Supported OpenAPI ver.
- 2.0
- 3.0
- Supported file ext.
- yaml
- yml
- json
## Usage
1. Install this app.
2. Open swagger page in GitHub.
- Try:
3. Click this app icon.
4. Have a good development!
## ChangeLog
https://github.com/arx-6/swagger-viewer/blob/main/CHANGELOG.md 확장 프로그램 기본 정보
| 이름 | |
| ID | nfmkaonpdmaglhjjlggfhlndofdldfag |
| 공식 URL | https://chromewebstore.google.com/detail/swagger-viewer/nfmkaonpdmaglhjjlggfhlndofdldfag |
| 설명 | Shows swagger yaml/json rendered by Swagger-UI. This extension replace swagger code into preview html in GitHub. |
| 파일 크기 | 411 KB |
| 설치 횟수 | 12,394 |
| 현재 버전 | 3.1.1 |
| 최근 업데이트 | 2022-07-05 |
| 출시 날짜 | 2020-04-04 |
| 평점 | 3.44/5 총 9 개의 평점 |
| 개발자 | arx.8.dev |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 확장 프로그램 웹 사이트 | https://github.com/arx-8/swagger-viewer |
| 지원되는 언어 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"version": "3.1.1",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "src\/images\/icon-16.png",
"48": "src\/images\/icon-48.png",
"128": "src\/images\/icon-128.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": {
"default_title": "Convert!"
},
"options_ui": {
"page": "src\/options.html"
},
"content_scripts": [
{
"js": [
"assets\/content-script-loader.content_scripts.ts.3ce163c6.e4d5cbf6.js"
],
"matches": [
"https:\/\/github.com\/*"
],
"css": [
"assets\/content_scripts.ts.ec594941.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/github.com\/*"
],
"resources": [
"assets\/content_scripts.ts.3ce163c6.js"
],
"use_dynamic_url": true
}
]
} | |