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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}