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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Swagger Schema Beautifier
ID pgolcnjfgldjlejjgkihdboodlmcliib
官方網址 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"
}