Mind The Mark

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

Hvad er Mind The Mark?

Mind The Mark er en Chrome-udvidelse udviklet af GroovyDragon, og dens hovedfunktion er "Turns the basic wiki text input into a real code editor!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Mind The Mark-udvidelses-CRX-fil

Download Mind The Mark-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Mind The Mark Mind The Mark
ID jkagocihmkabhekcmdgiloihalnoliai
Officiel URL https://chromewebstore.google.com/detail/mind-the-mark/jkagocihmkabhekcmdgiloihalnoliai
Beskrivelse Turns the basic wiki text input into a real code editor!
Filstørrelse 342 KB
Antal Installationer 66
Nuværende Version 2
Senest Opdateret 2019-03-08
Udgivelsesdato 2019-03-08
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler GroovyDragon
Betalingsmetode free
Udvidelseswebsted https://github.com/ucligem2015/Mind-The-Mark
Understøttede Sprog 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"
    ]
}