Swagger-UI
将 Swagger-UI 打包成 Chrome 扩展,支持主题切换
Swagger-UIとは何ですか?
Swagger-UIはjiayxによって開発されたChromeの拡張機能で、その主な機能は「将 Swagger-UI 打包成 Chrome 扩展,支持主题切换」です。
拡張機能のスクリーンショット
Swagger-UI拡張機能のCRXファイルをダウンロード
Swagger-UI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
"*:\/\/*:*\/"
]
} | |