BatEditor

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

BatEditor क्या है?

BatEditor shylux द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces textfield for code in CodingBat with a the powerful CodeMirror editor"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BatEditor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}