Github Swagger UI Plugin

To embed swagger right in the github ui.

O que é Github Swagger UI Plugin?

Github Swagger UI Plugin é uma extensão do Chrome desenvolvida por roush.kyle, e sua principal característica é "To embed swagger right in the github ui.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Github Swagger UI Plugin

Baixe arquivos de extensão Github Swagger UI Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Github Swagger UI Plugin Github Swagger UI Plugin
ID moohmkbfklepjhmokajngagnnlblbcgn
URL Oficial https://chromewebstore.google.com/detail/github-swagger-ui-plugin/moohmkbfklepjhmokajngagnnlblbcgn
Descrição To embed swagger right in the github ui.
Tamanho do Arquivo 395 KB
Contagem de Instalações 148
Versão Atual 1.1.1
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor roush.kyle
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "To embed swagger right in the github ui.",
    "manifest_version": 2,
    "name": "Github Swagger UI Plugin",
    "version": "1.1.1",
    "browser_action": {
        "default_popup": "popup\/Settings.html"
    },
    "icons": {
        "48": "logos\/swagger-penguin-logo48.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "depend\/jquery.js",
                "depend\/swagger-ui.js",
                "swagger-plugin.js",
                "Script.js"
            ],
            "css": [
                "depend\/swagger-ui.css",
                "swagger-pluggin.css"
            ]
        }
    ]
}