PlantUML Viewer Multipage

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

Qu'est-ce que PlantUML Viewer Multipage ?

PlantUML Viewer Multipage est une extension Chrome développée par G, et sa fonction principale est "Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PlantUML Viewer Multipage

Téléchargez les fichiers d'extension PlantUML Viewer Multipage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        render multipage figures for a document includes newpage keyword.

fix: not render wihout newpage keyword                    

Informations de Base sur l'Extension

Nom PlantUML Viewer Multipage PlantUML Viewer Multipage
ID fnafakokdackgenphimnmgldgejcdgke
URL Officiel https://chromewebstore.google.com/detail/plantuml-viewer-multipage/fnafakokdackgenphimnmgldgejcdgke
Description Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).
Taille du Fichier 36.61 KB
Nombre d'Installations 203
Version Actuelle 1.2.1
Dernière Mise à Jour 2020-05-14
Date de Publication 2020-05-13
Développeur G
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/izushimada4101123/plantuml-viewer
URL de la Page d'Aide https://github.com/izushimada4101123/plantuml-viewer
Langues Prises en Charge 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"
    ]
}