WSDL documenter

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

WSDL documenter là gì?

WSDL documenter là một tiện ích mở rộng Chrome được phát triển bởi smirnovdevelops, và tính năng chính của nó là "Parses the WSDL files and all imported XSD and generates a human readable documentation".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WSDL documenter

Tải xuống các tệp mở rộng WSDL documenter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WSDL documenter WSDL documenter
ID leocjgllmldcpblnenplmdonopjelopi
URL Chính Thức https://chromewebstore.google.com/detail/wsdl-documenter/leocjgllmldcpblnenplmdonopjelopi
Mô tả Parses the WSDL files and all imported XSD and generates a human readable documentation
Kích Thước Tệp 807 KB
Số Lần Cài Đặt 169
Phiên Bản Hiện Tại 0.0.2.0
Cập Nhật Lần Cuối 2022-10-21
Ngày Phát Hành 2022-05-31
Nhà Phát Triển smirnovdevelops
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}