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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
}