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