Mind The Mark

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

What is Mind The Mark?

Mind The Mark is a Chrome extension developed by GroovyDragon, and its main feature is "Turns the basic wiki text input into a real code editor!".

Extension Screenshots

screenshot
screenshot

Download Mind The Mark Extension CRX File

Download Mind The Mark 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

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

Extension Basic Information

Name Mind The Mark Mind The Mark
ID jkagocihmkabhekcmdgiloihalnoliai
Official URL https://chromewebstore.google.com/detail/mind-the-mark/jkagocihmkabhekcmdgiloihalnoliai
Description Turns the basic wiki text input into a real code editor!
File Size 342 KB
Installation Count 66
Current Version 2
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 5.00/5 Total 2 Ratings
Developer GroovyDragon
Payment Type free
Extension Website https://github.com/ucligem2015/Mind-The-Mark
Supported Languages 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"
    ]
}