Mind The Mark

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

Qu'est-ce que Mind The Mark ?

Mind The Mark est une extension Chrome développée par GroovyDragon, et sa fonction principale est "Turns the basic wiki text input into a real code editor!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Mind The Mark

Téléchargez les fichiers d'extension Mind The Mark au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Mind The Mark Mind The Mark
ID jkagocihmkabhekcmdgiloihalnoliai
URL Officiel https://chromewebstore.google.com/detail/mind-the-mark/jkagocihmkabhekcmdgiloihalnoliai
Description Turns the basic wiki text input into a real code editor!
Taille du Fichier 342 KB
Nombre d'Installations 66
Version Actuelle 2
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur GroovyDragon
Type de Paiement free
Site Web de l'Extension https://github.com/ucligem2015/Mind-The-Mark
Langues Prises en Charge 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"
    ]
}