Swagger-UI
将 Swagger-UI 打包成 Chrome 扩展,支持主题切换
What is Swagger-UI?
Swagger-UI is a Chrome extension developed by jiayx, and its main feature is "将 Swagger-UI 打包成 Chrome 扩展,支持主题切换".
Extension Screenshots
Download Swagger-UI Extension CRX File
Download Swagger-UI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Swagger-UI |
ID | liacakmdhalagfjlfdofigfoiocghoej |
Official URL | https://chromewebstore.google.com/detail/swagger-ui/liacakmdhalagfjlfdofigfoiocghoej |
Description | 将 Swagger-UI 打包成 Chrome 扩展,支持主题切换 |
File Size | 455 KB |
Installation Count | 8,000 |
Current Version | 1.4 |
Last Updated | 2022-02-10 |
Publish Date | 2020-04-06 |
Rating | 3.80/5 Total 5 Ratings |
Developer | jiayx |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jiayx/swagger-ui-chrome |
Help Page URL | https://github.com/jiayx/swagger-ui-chrome/issues |
Supported Languages | 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": [ "*:\/\/*:*\/" ] } |