WSDL documenter

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

ما هو WSDL documenter؟

WSDL documenter هو إضافة Chrome تم تطويرها بواسطة smirnovdevelops، والميزة الرئيسية لها هي "Parses the WSDL files and all imported XSD and generates a human readable documentation".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة WSDL documenter

قم بتنزيل ملفات الامتداد WSDL documenter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Преобразует в 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"
    }
}