PlantUML Viewer Multipage
Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).
PlantUML Viewer Multipageとは何ですか?
PlantUML Viewer MultipageはGによって開発されたChromeの拡張機能で、その主な機能は「Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).」です。
拡張機能のスクリーンショット
PlantUML Viewer Multipage拡張機能のCRXファイルをダウンロード
PlantUML Viewer Multipage拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
render multipage figures for a document includes newpage keyword. fix: not render wihout newpage keyword
拡張機能の基本情報
名前 | PlantUML Viewer Multipage |
ID | fnafakokdackgenphimnmgldgejcdgke |
公式URL | https://chromewebstore.google.com/detail/plantuml-viewer-multipage/fnafakokdackgenphimnmgldgejcdgke |
説明 | Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot). |
ファイルサイズ | 36.61 KB |
インストール数 | 203 |
現在のバージョン | 1.2.1 |
最終更新日 | 2020-05-14 |
公開日 | 2020-05-13 |
開発者 | G |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/izushimada4101123/plantuml-viewer |
ヘルプページのURL | https://github.com/izushimada4101123/plantuml-viewer |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PlantUML Viewer Multipage", "version": "1.2.1", "manifest_version": 2, "description": "Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "page_action": { "default_icon": "images\/icon16.png", "default_title": "PlantUML Options...", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js", "rawdeflate.js" ] }, "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ " |