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 |
| 电子邮箱 | [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": [
"*:\/\/*:*\/"
]
} | |