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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}