Mind The Mark

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

Τι είναι το Mind The Mark;

Το Mind The Mark είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον GroovyDragon, και η κύρια λειτουργία του είναι "Turns the basic wiki text input into a real code editor!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Mind The Mark

Λήψη αρχείων επέκτασης 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"
    ]
}