WSDL documenter

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

Vad är WSDL documenter?

WSDL documenter är en Chrome-tillägg utvecklad av smirnovdevelops, och dess huvudfunktion är "Parses the WSDL files and all imported XSD and generates a human readable documentation".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner WSDL documenter-förlängningens CRX-fil

Ladda ner WSDL documenter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn WSDL documenter WSDL documenter
ID leocjgllmldcpblnenplmdonopjelopi
Officiell webbadress https://chromewebstore.google.com/detail/wsdl-documenter/leocjgllmldcpblnenplmdonopjelopi
Beskrivning Parses the WSDL files and all imported XSD and generates a human readable documentation
Filstorlek 807 KB
Antal Installationer 169
Aktuell Version 0.0.2.0
Senast Uppdaterad 2022-10-21
Publiceringsdatum 2022-05-31
Utvecklare smirnovdevelops
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}