PlantUML Viewer Multipage
Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).
Co je PlantUML Viewer Multipage?
PlantUML Viewer Multipage je rozšíření Chrome vyvinuté G, a jeho hlavní funkcí je „Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření PlantUML Viewer Multipage
Stáhněte si soubory rozšíření PlantUML Viewer Multipage ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
render multipage figures for a document includes newpage keyword. fix: not render wihout newpage keyword
Základní Informace o Rozšíření
Název | PlantUML Viewer Multipage |
ID | fnafakokdackgenphimnmgldgejcdgke |
Oficiální URL | https://chromewebstore.google.com/detail/plantuml-viewer-multipage/fnafakokdackgenphimnmgldgejcdgke |
Popis | Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot). |
Velikost souboru | 36.61 KB |
Počet instalací | 203 |
Aktuální Verze | 1.2.1 |
Poslední Aktualizace | 2020-05-14 |
Datum Vydání | 2020-05-13 |
Vývojář | G |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/izushimada4101123/plantuml-viewer |
URL Stránky Nápovědy | https://github.com/izushimada4101123/plantuml-viewer |
Podporované Jazyky | 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": [ " |