PlantUML Viewer Multipage

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

Co to jest PlantUML Viewer Multipage?

PlantUML Viewer Multipage to rozszerzenie Chrome opracowane przez G, a jego główną funkcją jest „Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PlantUML Viewer Multipage

Pobierz pliki rozszerzeń PlantUML Viewer Multipage w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        render multipage figures for a document includes newpage keyword.

fix: not render wihout newpage keyword                    

Podstawowe informacje o rozszerzeniu

Nazwa PlantUML Viewer Multipage PlantUML Viewer Multipage
ID fnafakokdackgenphimnmgldgejcdgke
Oficjalny URL https://chromewebstore.google.com/detail/plantuml-viewer-multipage/fnafakokdackgenphimnmgldgejcdgke
Opis Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).
Rozmiar pliku 36.61 KB
Liczba instalacji 203
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2020-05-14
Data Publikacji 2020-05-13
Deweloper G
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/izushimada4101123/plantuml-viewer
Adres URL Strony Pomocy https://github.com/izushimada4101123/plantuml-viewer
Obsługiwane Języki 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"
    ]
}