gogs流程图可视化

这是一个gogs流程图可视化插件

What is gogs流程图可视化?

gogs流程图可视化 is a Chrome extension developed by wssio, and its main feature is "这是一个gogs流程图可视化插件".

Extension Screenshots

screenshot
screenshot

Download gogs流程图可视化 Extension CRX File

Download gogs流程图可视化 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        这是一个gogs美化扩展                    

Extension Basic Information

Name gogs流程图可视化 gogs流程图可视化
ID amcfcincdjlkcbobelpffjghmpmbkhbl
Official URL https://chromewebstore.google.com/detail/gogs%E6%B5%81%E7%A8%8B%E5%9B%BE%E5%8F%AF%E8%A7%86%E5%8C%96/amcfcincdjlkcbobelpffjghmpmbkhbl
Description 这是一个gogs流程图可视化插件
File Size 490 KB
Installation Count 27
Current Version 1.0.0
Last Updated 2020-03-19
Publish Date 2020-03-18
Developer wssio
Email [email protected]
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "gogs\u6d41\u7a0b\u56fe\u53ef\u89c6\u5316",
    "version": "1.0.0",
    "description": "\u8fd9\u662f\u4e00\u4e2agogs\u6d41\u7a0b\u56fe\u53ef\u89c6\u5316\u63d2\u4ef6",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "gogs\u6d41\u7a0b\u56fe\u53ef\u89c6\u5316\u63d2\u4ef6",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/prism.js",
        "js\/mermaid.js",
        "js\/clipboard.min.js",
        "css\/mermaid.forest.css",
        "css\/prism.css"
    ],
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "zh_CN"
}