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」です。
拡張機能のスクリーンショット
BatEditor拡張機能のCRXファイルをダウンロード
BatEditor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces textfield for code in CodingBat with the powerful CodeMirror editor
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } ] } |