Swagger Schema Beautifier
Beautify your Swagger Schemas/Models. Please read overview for more detailed explanation.
什么是Swagger Schema Beautifier?
Swagger Schema Beautifier是由vtoman开发的Chrome扩展程序,该扩展的主要功能是“Beautify your Swagger Schemas/Models. Please read overview for more detailed explanation.”。
扩展截图
下载Swagger Schema Beautifier扩展crx文件
下载Swagger Schema Beautifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
In the URL 'swagger' must be included for the extension to work. The extension will generate a button next to schema or model and that schema or model must be selected. When clicking on the button that is generated from extension it will click on all arrows to expand all details and align all the brackets and braces, add some spacing between field names and field types and increase the size of the whole table. Each time the call details is closed and opened again the schema or model details is generated again thus it will require to click again on the button generated from extension. --------------------------------- Current version : 1.1 - Added feature to automatically expand details - Fixed issue when not all arrows are expanded - Fixed issue when turning off extension and there are multiple buttons generated on the page --------------------------------- Version : 1.0 -Added feature to automatically expand details --------------------------------- For any suggestions or improvements feel free to write to me on [email protected]
扩展基本信息
名称 | Swagger Schema Beautifier |
ID | pgolcnjfgldjlejjgkihdboodlmcliib |
官方URL | https://chromewebstore.google.com/detail/swagger-schema-beautifier/pgolcnjfgldjlejjgkihdboodlmcliib |
简介 | Beautify your Swagger Schemas/Models. Please read overview for more detailed explanation. |
文件大小 | 29.65 KB |
安装次数 | 85 |
当前版本 | 1.1 |
更新时间 | 2021-08-11 |
上架时间 | 2020-12-12 |
开发者 | vtoman |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon19-off.png", "38": "images\/icon38-off.png" }, "default_title": "Swagger Schema\/Model Beautifier" }, "description": "Beautify your Swagger Schemas\/Models. Please read overview for more detailed explanation.", "icons": { "128": "images\/icon128-off.png", "16": "images\/icon16-off.png", "48": "images\/icon48-off.png" }, "manifest_version": 2, "name": "Swagger Schema Beautifier", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |