swagger-viewer
Shows swagger yaml/json rendered by Swagger-UI. This extension replace swagger code into preview html in GitHub.
What is swagger-viewer?
swagger-viewer is a Chrome extension developed by arx.8.dev, and its main feature is "Shows swagger yaml/json rendered by Swagger-UI. This extension replace swagger code into preview html in GitHub.".
Extension Screenshots
Download swagger-viewer Extension CRX File
Download swagger-viewer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
                        Works completely offline.
## Demo
### Easy to convert
https://raw.githubusercontent.com/arx-8/swagger-viewer/main/README-Demo_1.gif
### Easy to expand / collapse
https://raw.githubusercontent.com/arx-8/swagger-viewer/main/README-Demo_2.gif
## Spec.
-   Supported sites.
    -   GitHub
-   Supported OpenAPI ver.
    -   2.0
    -   3.0
-   Supported file ext.
    -   yaml
    -   yml
    -   json
## Usage
1.  Install this app.
2.  Open swagger page in GitHub.
    -   Try: 
3.  Click this app icon.
4.  Have a good development!
## ChangeLog
https://github.com/arx-6/swagger-viewer/blob/main/CHANGELOG.md                      Extension Basic Information
| Name |  | 
| ID | nfmkaonpdmaglhjjlggfhlndofdldfag | 
| Official URL | https://chromewebstore.google.com/detail/swagger-viewer/nfmkaonpdmaglhjjlggfhlndofdldfag | 
| Description | Shows swagger yaml/json rendered by Swagger-UI. This extension replace swagger code into preview html in GitHub. | 
| File Size | 411 KB | 
| Installation Count | 12,394 | 
| Current Version | 3.1.1 | 
| Last Updated | 2022-07-05 | 
| Publish Date | 2020-04-04 | 
| Rating | 3.44/5 Total 9 Ratings | 
| Developer | arx.8.dev | 
| [email protected] | |
| Payment Type | free | 
| Extension Website | https://github.com/arx-8/swagger-viewer | 
| Supported Languages | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "3.1.1",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "src\/images\/icon-16.png",
        "48": "src\/images\/icon-48.png",
        "128": "src\/images\/icon-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_title": "Convert!"
    },
    "options_ui": {
        "page": "src\/options.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content_scripts.ts.3ce163c6.e4d5cbf6.js"
            ],
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "css": [
                "assets\/content_scripts.ts.ec594941.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "resources": [
                "assets\/content_scripts.ts.3ce163c6.js"
            ],
            "use_dynamic_url": true
        }
    ]
} | |