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ファイルをダウンロード
swagger-viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
| Eメール | [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
}
]
} | |