Swagger转换工具
swagger.json可视化编辑并导出其他格式文档
What is Swagger转换工具?
Swagger转换工具 is a Chrome extension developed by https://fengjiaheng.top, and its main feature is "swagger.json可视化编辑并导出其他格式文档".
Extension Screenshots
Download Swagger转换工具 Extension CRX File
Download Swagger转换工具 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
Swagger.json文档接口导出其他格式文档
Extension Basic Information
Name | |
ID | iiljplhneagfmmfeimgijpmkbiabgakd |
Official URL | https://chromewebstore.google.com/detail/swagger%E8%BD%AC%E6%8D%A2%E5%B7%A5%E5%85%B7/iiljplhneagfmmfeimgijpmkbiabgakd |
Description | swagger.json可视化编辑并导出其他格式文档 |
File Size | 1.06 MB |
Installation Count | 132 |
Current Version | 1.0.0 |
Last Updated | 2019-09-22 |
Publish Date | 2019-09-22 |
Developer | https://fengjiaheng.top |
[email protected] | |
Payment Type | free |
Extension Website | https://gitee.com/sdsxfjh/swagger-conver-chrome-ext |
Help Page URL | https://gitee.com/sdsxfjh/swagger-conver-chrome-ext/issues |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Swagger\u8f6c\u6362\u5de5\u5177", "description": "swagger.json\u53ef\u89c6\u5316\u7f16\u8f91\u5e76\u5bfc\u51fa\u5176\u4ed6\u683c\u5f0f\u6587\u6863", "version": "1.0.0", "author": "[email protected]", "manifest_version": 2, "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Swagger.json\u8f6c\u6362\u5de5\u5177" }, "permissions": [ "tabs", "activeTab", "storage" ], "web_accessible_resources": [ "data\/*.json" ], "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |