WSDL documenter

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

Cos'è WSDL documenter?

WSDL documenter è un'estensione di Chrome sviluppata da smirnovdevelops, e la sua funzione principale è "Parses the WSDL files and all imported XSD and generates a human readable documentation".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione WSDL documenter

Scarica i file di estensione WSDL documenter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome WSDL documenter WSDL documenter
ID leocjgllmldcpblnenplmdonopjelopi
URL Ufficiale https://chromewebstore.google.com/detail/wsdl-documenter/leocjgllmldcpblnenplmdonopjelopi
Descrizione Parses the WSDL files and all imported XSD and generates a human readable documentation
Dimensione del File 807 KB
Conteggio Installazioni 169
Versione Corrente 0.0.2.0
Ultimo Aggiornamento 2022-10-21
Data di Pubblicazione 2022-05-31
Sviluppatore smirnovdevelops
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}