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」です。
拡張機能のスクリーンショット
WSDL documenter拡張機能のCRXファイルをダウンロード
WSDL documenter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Преобразует в WSDL и все импортируемые XSD в человеко-читаемую документацию по методу веб-сервиса. Позволяет команде совместно работать с документацией web-сервиса, сохраняя дополнительную документацию во внешнем key-value хранилище
拡張機能の基本情報
名前 | 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 |
Eメール | [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": [ " |