PlantUML Viewer PlantUML Viewer

Developer Tools
Version: 1.2
Last Update: 2021-04-09

Overview

PlantUML Viewer is a Chrome extension developed by Peter Prikryl. According to the data from Chrome web store, current version of PlantUML Viewer is 1.2, updated on 2021-04-09.
30,000+ users have installed this extension. 101 users have rated this extension with an average rating of .

Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).

# 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).

Rating

101 ratings

Total Installs

30,000+

Information

Last Update

2021-04-09

Current Version

1.2

Size

36.92KiB

Author

Peter Prikryl

Website

None

Category

Developer Tools

Latest Reviews

See More

avatar Mario Amatucci
2021-10-01

hello [email protected]
can you add support for the
https://plantuml.com/mindmap-diagram

```
@startmindmap
@endmindmap
```
it would be great

avatar Nam Tongdosa
2021-09-28

It not works

avatar Florin Balanescu
2021-03-05

Even with fiddling with the permissions and adding the @startuml in the xml file (which had to be recognized, because it was generated by staruml), the picture was broken.

avatar T ITO
2020-11-26

Doesn't work at all. Only shows a broken image icon for any UML files (even a tiny file of only four lines except header and footer).

In addition, I'm afraid it'll be a serious security pitfall to send user data to an external server if it is done without any prior permission or notification.

avatar Mohammad Nur
2020-08-04

I used to love this tool, but It recently stopped working on all my machines - do not see the diagram anymore!