WSDL documenter

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

Qu'est-ce que WSDL documenter ?

WSDL documenter est une extension Chrome développée par smirnovdevelops, et sa fonction principale est "Parses the WSDL files and all imported XSD and generates a human readable documentation".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WSDL documenter

Téléchargez les fichiers d'extension WSDL documenter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom WSDL documenter WSDL documenter
ID leocjgllmldcpblnenplmdonopjelopi
URL Officiel https://chromewebstore.google.com/detail/wsdl-documenter/leocjgllmldcpblnenplmdonopjelopi
Description Parses the WSDL files and all imported XSD and generates a human readable documentation
Taille du Fichier 807 KB
Nombre d'Installations 169
Version Actuelle 0.0.2.0
Dernière Mise à Jour 2022-10-21
Date de Publication 2022-05-31
Développeur smirnovdevelops
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}