BatEditor

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

Vad är BatEditor?

BatEditor är en Chrome-tillägg utvecklad av shylux, och dess huvudfunktion är "Replaces textfield for code in CodingBat with a the powerful CodeMirror editor".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner BatEditor-förlängningens CRX-fil

Ladda ner BatEditor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Replaces textfield for code in CodingBat with the powerful CodeMirror editor                    

Grundläggande Information om Tillägg

Namn BatEditor BatEditor
ID bhifoljjeiadlbdalbloiebjnpgdeofg
Officiell webbadress https://chrome.google.com/webstore/detail/bateditor/bhifoljjeiadlbdalbloiebjnpgdeofg
Beskrivning Replaces textfield for code in CodingBat with a the powerful CodeMirror editor
Filstorlek 179 KB
Antal Installationer 51
Aktuell Version 0.3
Senast Uppdaterad 2014-01-26
Publiceringsdatum 2014-01-26
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare shylux
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}