WSDL documenter

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

Was ist WSDL documenter?

WSDL documenter ist eine Chrome-Erweiterung, die von smirnovdevelops entwickelt wurde, und ihr Hauptmerkmal ist "Parses the WSDL files and all imported XSD and generates a human readable documentation".

Erweiterungsscreenshots

screenshot
screenshot

WSDL documenter-Erweiterungs-CRX-Datei herunterladen

Laden Sie WSDL documenter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name WSDL documenter WSDL documenter
ID leocjgllmldcpblnenplmdonopjelopi
Offizielle URL https://chromewebstore.google.com/detail/wsdl-documenter/leocjgllmldcpblnenplmdonopjelopi
Beschreibung Parses the WSDL files and all imported XSD and generates a human readable documentation
Dateigröße 807 KB
Installationsanzahl 169
Aktuelle Version 0.0.2.0
Letztes Update 2022-10-21
Veröffentlichungsdatum 2022-05-31
Entwickler smirnovdevelops
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}