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文件

下载BatEditor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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