Mind The Mark

Turns the basic wiki text input into a real code editor!

什么是Mind The Mark?

Mind The Mark是由GroovyDragon开发的Chrome扩展程序,该扩展的主要功能是“Turns the basic wiki text input into a real code editor!”。

扩展截图

screenshot
screenshot

下载Mind The Mark扩展crx文件

下载Mind The Mark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This turn the iGEM wiki into an amazing code editor instead of the boring and bland text editor you're used to.                    

扩展基本信息

名称 Mind The Mark Mind The Mark
ID jkagocihmkabhekcmdgiloihalnoliai
官方URL https://chromewebstore.google.com/detail/mind-the-mark/jkagocihmkabhekcmdgiloihalnoliai
简介 Turns the basic wiki text input into a real code editor!
文件大小 342 KB
安装次数 66
当前版本 2
更新时间 2019-03-08
上架时间 2019-03-08
评分 5.00/5 共2次评分
开发者 GroovyDragon
付费类型 free
扩展官网 https://github.com/ucligem2015/Mind-The-Mark
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mind The Mark",
    "description": "Turns the basic wiki text input into a real code editor!",
    "manifest_version": 2,
    "version": "2",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js",
                "codemirror.js",
                "modes\/xml.js",
                "addons\/matchtags.js"
            ],
            "css": [
                "codemirror.css",
                "monokai.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.js",
        "codemirror.js",
        "codemirror.css",
        "addons\/matchtags.js",
        "hint\/show-hint.css",
        "hint\/show-hint.js",
        "hint\/xml-hint.js",
        "hint\/html-hint.js"
    ]
}