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
官方網址 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"
    }
}