Mind The Mark

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

什麼是Mind The Mark?

Mind The Mark是由GroovyDragon開發的Chrome擴展程式,該擴展的主要功能是“Turns the basic wiki text input into a real code editor!”。

擴展截圖

screenshot
screenshot

下載Mind The Mark擴展crx文件

下載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
官方網址 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"
    ]
}