BatEditor

Replaces textfield for code in CodingBat with a the powerful CodeMirror editor

BatEditor란 무엇입니까?

BatEditor은(는) shylux에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces textfield for code in CodingBat with a the powerful CodeMirror editor"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

BatEditor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Replaces textfield for code in CodingBat with the powerful CodeMirror editor                    

확장 프로그램 기본 정보

이름 BatEditor BatEditor
ID bhifoljjeiadlbdalbloiebjnpgdeofg
공식 URL https://chrome.google.com/webstore/detail/bateditor/bhifoljjeiadlbdalbloiebjnpgdeofg
설명 Replaces textfield for code in CodingBat with a the powerful CodeMirror editor
파일 크기 179 KB
설치 횟수 51
현재 버전 0.3
최근 업데이트 2014-01-26
출시 날짜 2014-01-26
평점 5.00/5 총 5 개의 평점
개발자 shylux
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BatEditor",
    "version": "0.3",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "description": "Replaces textfield for code in CodingBat with a the powerful CodeMirror editor",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.codingbat.com\/prob\/*"
            ],
            "js": [
                "lib\/jquery-1.10.2.min.js",
                "lib\/codemirror.js",
                "lib\/matchbrackets.js",
                "lib\/clike.js",
                "main.js"
            ],
            "css": [
                "lib\/codemirror.css",
                "themes\/3024-day.css",
                "themes\/blackboard.css",
                "themes\/matrix.css",
                "themes\/night.css",
                "themes\/tomorrow-night-eighties.css",
                "themes\/3024-night.css",
                "themes\/cobalt.css",
                "themes\/mbo.css",
                "themes\/paraiso-dark.css",
                "themes\/twilight.css",
                "themes\/ambiance.css",
                "themes\/eclipse.css",
                "themes\/mdn-like.css",
                "themes\/paraiso-light.css",
                "themes\/vibrant-ink.css",
                "themes\/ambiance-mobile.css",
                "themes\/elegant.css",
                "themes\/midnight.css",
                "themes\/pastel-on-dark.css",
                "themes\/xq-dark.css",
                "themes\/base16-dark.css",
                "themes\/erlang-dark.css",
                "themes\/monokai.css",
                "themes\/rubyblue.css",
                "themes\/xq-light.css",
                "themes\/base16-light.css",
                "themes\/lesser-dark.css",
                "themes\/neat.css",
                "themes\/solarized.css"
            ]
        }
    ]
}