swagger-ui

A Vue Browser Extension

What is swagger-ui?

swagger-ui is a Chrome extension developed by s.ivankorobchuk, and its main feature is "A Vue Browser Extension".

Extension Screenshots

screenshot

Download swagger-ui Extension CRX File

Download swagger-ui 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

                        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.                    

Extension Basic Information

Name swagger-ui swagger-ui
ID hcfmggfckgblikfakbmmknfnhkohbcec
Official URL https://chromewebstore.google.com/detail/swagger-ui/hcfmggfckgblikfakbmmknfnhkohbcec
Description A Vue Browser Extension
File Size 1.1 MB
Installation Count 256
Current Version 0.1.1
Last Updated 2022-01-12
Publish Date 2022-01-07
Developer s.ivankorobchuk
Email [email protected]
Payment Type free
Supported Languages 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'"
}