WSDL documenter

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

Wat is WSDL documenter?

WSDL documenter is een Chrome-extensie ontwikkeld door smirnovdevelops, en de belangrijkste functie is "Parses the WSDL files and all imported XSD and generates a human readable documentation".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie WSDL documenter

Download WSDL documenter-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

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

Basisinformatie over de Extensie

Naam WSDL documenter WSDL documenter
ID leocjgllmldcpblnenplmdonopjelopi
Officiële URL https://chromewebstore.google.com/detail/wsdl-documenter/leocjgllmldcpblnenplmdonopjelopi
Beschrijving Parses the WSDL files and all imported XSD and generates a human readable documentation
Bestandsgrootte 807 KB
Aantal Installaties 169
Huidige Versie 0.0.2.0
Laatst Bijgewerkt 2022-10-21
Publicatiedatum 2022-05-31
Ontwikkelaar smirnovdevelops
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}