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