Mind The Mark

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

Cos'è Mind The Mark?

Mind The Mark è un'estensione di Chrome sviluppata da GroovyDragon, e la sua funzione principale è "Turns the basic wiki text input into a real code editor!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Mind The Mark

Scarica i file di estensione Mind The Mark in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Mind The Mark Mind The Mark
ID jkagocihmkabhekcmdgiloihalnoliai
URL Ufficiale https://chromewebstore.google.com/detail/mind-the-mark/jkagocihmkabhekcmdgiloihalnoliai
Descrizione Turns the basic wiki text input into a real code editor!
Dimensione del File 342 KB
Conteggio Installazioni 66
Versione Corrente 2
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore GroovyDragon
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ucligem2015/Mind-The-Mark
Lingue Supportate 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"
    ]
}