WSDL documenter

Parses the WSDL files and all imported XSD and generates a human readable documentation

O que é WSDL documenter?

WSDL documenter é uma extensão do Chrome desenvolvida por smirnovdevelops, e sua principal característica é "Parses the WSDL files and all imported XSD and generates a human readable documentation".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão WSDL documenter

Baixe arquivos de extensão WSDL documenter 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

                        Преобразует в WSDL и все импортируемые XSD в человеко-читаемую документацию по методу веб-сервиса. Позволяет команде совместно работать с документацией web-сервиса, сохраняя дополнительную документацию во внешнем key-value хранилище                    

Informações Básicas da Extensão

Nome WSDL documenter WSDL documenter
ID leocjgllmldcpblnenplmdonopjelopi
URL Oficial https://chromewebstore.google.com/detail/wsdl-documenter/leocjgllmldcpblnenplmdonopjelopi
Descrição Parses the WSDL files and all imported XSD and generates a human readable documentation
Tamanho do Arquivo 807 KB
Contagem de Instalações 169
Versão Atual 0.0.2.0
Última Atualização 2022-10-21
Data de Publicação 2022-05-31
Desenvolvedor smirnovdevelops
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WSDL documenter",
    "description": "Parses the WSDL files and all imported XSD and generates a human readable documentation",
    "version": "0.0.2.0",
    "manifest_version": 3,
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon32.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}