PlantUML Viewer Multipage

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

O que é PlantUML Viewer Multipage?

PlantUML Viewer Multipage é uma extensão do Chrome desenvolvida por G, e sua principal característica é "Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PlantUML Viewer Multipage

Baixe arquivos de extensão PlantUML Viewer Multipage no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        render multipage figures for a document includes newpage keyword.

fix: not render wihout newpage keyword                    

Informações Básicas da Extensão

Nome PlantUML Viewer Multipage PlantUML Viewer Multipage
ID fnafakokdackgenphimnmgldgejcdgke
URL Oficial https://chromewebstore.google.com/detail/plantuml-viewer-multipage/fnafakokdackgenphimnmgldgejcdgke
Descrição Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).
Tamanho do Arquivo 36.61 KB
Contagem de Instalações 203
Versão Atual 1.2.1
Última Atualização 2020-05-14
Data de Publicação 2020-05-13
Desenvolvedor G
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/izushimada4101123/plantuml-viewer
URL da Página de Ajuda https://github.com/izushimada4101123/plantuml-viewer
Idiomas Suportados 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"
    ]
}