PlantUML Viewer Multipage

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

什麼是PlantUML Viewer Multipage?

PlantUML Viewer Multipage是由G開發的Chrome擴展程式,該擴展的主要功能是“Shows graphs and diagrams rendered by PlantUML (UML, Ditaa and Dot).”。

擴展截圖

screenshot

下載PlantUML Viewer Multipage擴展crx文件

下載PlantUML Viewer Multipage擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        render multipage figures for a document includes newpage keyword.

fix: not render wihout newpage keyword                    

擴展基本資訊

名稱 PlantUML Viewer Multipage PlantUML Viewer Multipage
ID fnafakokdackgenphimnmgldgejcdgke
官方網址 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"
    ]
}