PlantUML Viewer Multipage

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

Cos'è PlantUML Viewer Multipage?

PlantUML Viewer Multipage è un'estensione di Chrome sviluppata da G, e la sua funzione principale è "Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PlantUML Viewer Multipage

Scarica i file di estensione PlantUML Viewer Multipage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        render multipage figures for a document includes newpage keyword.

fix: not render wihout newpage keyword                    

Informazioni di Base sull'Estensione

Nome PlantUML Viewer Multipage PlantUML Viewer Multipage
ID fnafakokdackgenphimnmgldgejcdgke
URL Ufficiale https://chromewebstore.google.com/detail/plantuml-viewer-multipage/fnafakokdackgenphimnmgldgejcdgke
Descrizione Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).
Dimensione del File 36.61 KB
Conteggio Installazioni 203
Versione Corrente 1.2.1
Ultimo Aggiornamento 2020-05-14
Data di Pubblicazione 2020-05-13
Sviluppatore G
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/izushimada4101123/plantuml-viewer
URL della Pagina di Aiuto https://github.com/izushimada4101123/plantuml-viewer
Lingue Supportate 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"
    ]
}