PlantUML Viewer Multipage
Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).
PlantUML Viewer Multipage là gì?
PlantUML Viewer Multipage là một tiện ích mở rộng Chrome được phát triển bởi G, và tính năng chính của nó là "Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PlantUML Viewer Multipage
Tải xuống các tệp mở rộng PlantUML Viewer Multipage 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
render multipage figures for a document includes newpage keyword. fix: not render wihout newpage keyword
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PlantUML Viewer Multipage |
ID | fnafakokdackgenphimnmgldgejcdgke |
URL Chính Thức | https://chromewebstore.google.com/detail/plantuml-viewer-multipage/fnafakokdackgenphimnmgldgejcdgke |
Mô tả | Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot). |
Kích Thước Tệp | 36.61 KB |
Số Lần Cài Đặt | 203 |
Phiên Bản Hiện Tại | 1.2.1 |
Cập Nhật Lần Cuối | 2020-05-14 |
Ngày Phát Hành | 2020-05-13 |
Nhà Phát Triển | G |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/izushimada4101123/plantuml-viewer |
URL Trang Trợ Giúp | https://github.com/izushimada4101123/plantuml-viewer |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |