swagger-ui

A Vue Browser Extension

Cos'è swagger-ui?

swagger-ui è un'estensione di Chrome sviluppata da s.ivankorobchuk, e la sua funzione principale è "A Vue Browser Extension".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione swagger-ui

Scarica i file di estensione swagger-ui in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        A handy and stylish swagger wrapper that provides the user with additional content management tools such as search, copy and easy navigation. The current extension aims to improve UX and is only used for swagger documentation.                    

Informazioni di Base sull'Estensione

Nome swagger-ui swagger-ui
ID hcfmggfckgblikfakbmmknfnhkohbcec
URL Ufficiale https://chromewebstore.google.com/detail/swagger-ui/hcfmggfckgblikfakbmmknfnhkohbcec
Descrizione A Vue Browser Extension
Dimensione del File 1.1 MB
Conteggio Installazioni 256
Versione Corrente 0.1.1
Ultimo Aggiornamento 2022-01-12
Data di Pubblicazione 2022-01-07
Sviluppatore s.ivankorobchuk
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "http:\/\/localhost:8080\/",
    "description": "A Vue Browser Extension",
    "default_locale": "en",
    "permissions": [
        "storage",
        "background",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "0.1.1",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}