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 |
电子邮箱 | [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": [ " |