PlantUML Viewer Multipage

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

PlantUML Viewer Multipage क्या है?

PlantUML Viewer Multipage G द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot)."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PlantUML Viewer Multipage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        render multipage figures for a document includes newpage keyword.

fix: not render wihout newpage keyword                    

एक्सटेंशन की मूल जानकारी

नाम PlantUML Viewer Multipage PlantUML Viewer Multipage
ID fnafakokdackgenphimnmgldgejcdgke
आधिकारिक URL https://chromewebstore.google.com/detail/plantuml-viewer-multipage/fnafakokdackgenphimnmgldgejcdgke
विवरण Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).
फ़ाइल का आकार 36.61 KB
स्थापना संख्या 203
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2020-05-14
प्रकाशन तिथि 2020-05-13
डेवलपर G
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/izushimada4101123/plantuml-viewer
सहायता पृष्ठ URL https://github.com/izushimada4101123/plantuml-viewer
समर्थित भाषाएँ 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"
    ]
}