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 |
Eメール | [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" } |