swagger-viewer

Shows swagger yaml/json rendered by Swagger-UI. This extension replace swagger code into preview html in GitHub.

Co to jest swagger-viewer?

swagger-viewer to rozszerzenie Chrome opracowane przez arx.8.dev, a jego główną funkcją jest „Shows swagger yaml/json rendered by Swagger-UI. This extension replace swagger code into preview html in GitHub.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia swagger-viewer

Pobierz pliki rozszerzeń swagger-viewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa swagger-viewer swagger-viewer
ID nfmkaonpdmaglhjjlggfhlndofdldfag
Oficjalny URL https://chromewebstore.google.com/detail/swagger-viewer/nfmkaonpdmaglhjjlggfhlndofdldfag
Opis Shows swagger yaml/json rendered by Swagger-UI. This extension replace swagger code into preview html in GitHub.
Rozmiar pliku 411 KB
Liczba instalacji 12,394
Aktualna Wersja 3.1.1
Ostatnia Aktualizacja 2022-07-05
Data Publikacji 2020-04-04
Ocena 3.44/5 Łącznie 9 Oceny
Deweloper arx.8.dev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/arx-8/swagger-viewer
Obsługiwane Języki 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
        }
    ]
}