PlantUML Viewer Multipage
Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).
Wat is PlantUML Viewer Multipage?
PlantUML Viewer Multipage is een Chrome-extensie ontwikkeld door G, en de belangrijkste functie is "Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).".
Extensie Screenshots
Download het CRX-bestand van de extensie PlantUML Viewer Multipage
Download PlantUML Viewer Multipage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
render multipage figures for a document includes newpage keyword. fix: not render wihout newpage keyword
Basisinformatie over de Extensie
Naam | PlantUML Viewer Multipage |
ID | fnafakokdackgenphimnmgldgejcdgke |
Officiële URL | https://chromewebstore.google.com/detail/plantuml-viewer-multipage/fnafakokdackgenphimnmgldgejcdgke |
Beschrijving | Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot). |
Bestandsgrootte | 36.61 KB |
Aantal Installaties | 203 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2020-05-14 |
Publicatiedatum | 2020-05-13 |
Ontwikkelaar | G |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/izushimada4101123/plantuml-viewer |
Help Pagina-URL | https://github.com/izushimada4101123/plantuml-viewer |
Ondersteunde Talen | 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": [ " |