swagger-ui

A Vue Browser Extension

Wat is swagger-ui?

swagger-ui is een Chrome-extensie ontwikkeld door s.ivankorobchuk, en de belangrijkste functie is "A Vue Browser Extension".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie swagger-ui

Download swagger-ui-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam swagger-ui swagger-ui
ID hcfmggfckgblikfakbmmknfnhkohbcec
Officiële URL https://chromewebstore.google.com/detail/swagger-ui/hcfmggfckgblikfakbmmknfnhkohbcec
Beschrijving A Vue Browser Extension
Bestandsgrootte 1.1 MB
Aantal Installaties 256
Huidige Versie 0.1.1
Laatst Bijgewerkt 2022-01-12
Publicatiedatum 2022-01-07
Ontwikkelaar s.ivankorobchuk
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}