WSDL documenter

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

什么是WSDL documenter?

WSDL documenter是由smirnovdevelops开发的Chrome扩展程序,该扩展的主要功能是“Parses the WSDL files and all imported XSD and generates a human readable documentation”。

扩展截图

screenshot
screenshot

下载WSDL documenter扩展crx文件

下载WSDL documenter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 WSDL documenter WSDL documenter
ID leocjgllmldcpblnenplmdonopjelopi
官方URL https://chromewebstore.google.com/detail/wsdl-documenter/leocjgllmldcpblnenplmdonopjelopi
简介 Parses the WSDL files and all imported XSD and generates a human readable documentation
文件大小 807 KB
安装次数 169
当前版本 0.0.2.0
更新时间 2022-10-21
上架时间 2022-05-31
开发者 smirnovdevelops
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}