Swagger Schema Beautifier
Beautify your Swagger Schemas/Models. Please read overview for more detailed explanation.
Swagger Schema Beautifier là gì?
Swagger Schema Beautifier là một tiện ích mở rộng Chrome được phát triển bởi vtoman, và tính năng chính của nó là "Beautify your Swagger Schemas/Models. Please read overview for more detailed explanation.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Swagger Schema Beautifier
Tải xuống các tệp mở rộng Swagger Schema Beautifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Swagger Schema Beautifier |
ID | pgolcnjfgldjlejjgkihdboodlmcliib |
URL Chính Thức | https://chromewebstore.google.com/detail/swagger-schema-beautifier/pgolcnjfgldjlejjgkihdboodlmcliib |
Mô tả | Beautify your Swagger Schemas/Models. Please read overview for more detailed explanation. |
Kích Thước Tệp | 29.65 KB |
Số Lần Cài Đặt | 85 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2021-08-11 |
Ngày Phát Hành | 2020-12-12 |
Nhà Phát Triển | vtoman |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |