PlantUML Viewer Multipage

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

What is PlantUML Viewer Multipage?

PlantUML Viewer Multipage is a Chrome extension developed by G, and its main feature is "Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).".

Extension Screenshots

screenshot

Download PlantUML Viewer Multipage Extension CRX File

Download PlantUML Viewer Multipage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        render multipage figures for a document includes newpage keyword.

fix: not render wihout newpage keyword                    

Extension Basic Information

Name PlantUML Viewer Multipage PlantUML Viewer Multipage
ID fnafakokdackgenphimnmgldgejcdgke
Official URL https://chromewebstore.google.com/detail/plantuml-viewer-multipage/fnafakokdackgenphimnmgldgejcdgke
Description Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).
File Size 36.61 KB
Installation Count 203
Current Version 1.2.1
Last Updated 2020-05-14
Publish Date 2020-05-13
Developer G
Email [email protected]
Payment Type free
Extension Website https://github.com/izushimada4101123/plantuml-viewer
Help Page URL https://github.com/izushimada4101123/plantuml-viewer
Supported Languages 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": [
                ""
            ]
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        "rawdeflate.js"
    ]
}