PlantUML Viewer
Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).
PlantUML Viewer란 무엇입니까?
PlantUML Viewer은(는) Peter Prikryl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot)."입니다.
확장 프로그램 스크린샷
PlantUML Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
# PlantUML Renders UML diagram as defined in a text file. For full syntax of the text file, see: http://plantuml.sourceforge.net/index.html 1. Install the extension from Chrome Web Store. 2. Open text file from web server with UML diagram definition in browser (the text starts with @startuml). 3. See the rendered UML diagram! Chrome does not allow fetching content from local files anymore, so you have to start a local web server that will serve the local text file. One simple way if you have Python 3 is to run `python -m http.server` command in the directory with your PlantUML files. ## Features - Automatically updates the diagram when the file at given URL is changed. - You can use your own server by changing the server URL in the popup of the action button (action button is displayed while viewing PlantUML files). ## Permissions Your data on all websites : Used to check whether the current page contains PlantUML diagram. ## History 1.2 - Added option to change type (PNG/SVG/TXT/None). 1.1 - Recognizes Ditaa and Dot graphs. 1.0 - The first version. ## Credits Credits go to Arnaud Roques, the author of the PlantUML. If you like this plugin, support the original author via the PayPal button on the PlantUML site (http://plantuml.sourceforge.net/index.html).
확장 프로그램 기본 정보
이름 | PlantUML Viewer |
ID | legbfeljfbjgfifnkmpoajgpgejojooj |
공식 URL | https://chromewebstore.google.com/detail/plantuml-viewer/legbfeljfbjgfifnkmpoajgpgejojooj |
설명 | Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot). |
파일 크기 | 36.92 KB |
설치 횟수 | 33,858 |
현재 버전 | 1.2 |
최근 업데이트 | 2021-04-09 |
출시 날짜 | 2020-05-24 |
평점 | 3.85/5 총 103 개의 평점 |
개발자 | Peter Prikryl |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://pc.poradna.net/info/gdpr |
지원되는 언어 | en |
manifest.json | |
{ "page_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html", "default_title": "PlantUML Options..." }, "web_accessible_resources": [ "rawdeflate.js" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).", "background": { "scripts": [ "background.js", "rawdeflate.js" ] }, "name": "PlantUML Viewer", "permissions": [], "icons": { "128": "images\/icon128.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "16": "images\/icon16.png" }, "content_scripts": [ { "matches": [ " |