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