Moodle-Simpler
Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even
Moodle-Simplerとは何ですか?
Moodle-SimplerはRon Evenによって開発されたChromeの拡張機能で、その主な機能は「Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even」です。
拡張機能のスクリーンショット
Moodle-Simpler拡張機能のCRXファイルをダウンロード
Moodle-Simpler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows working and managing courses more easily 拡張機能の基本情報
| 名前 | |
| ID | lianeibajoppjkphdhnnbfobnimmhofn |
| 公式URL | https://chromewebstore.google.com/detail/moodle-simpler/lianeibajoppjkphdhnnbfobnimmhofn |
| 説明 | Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even |
| ファイルサイズ | 205 KB |
| インストール数 | 273 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2021-04-07 |
| 公開日 | 2021-03-14 |
| 評価 | 5.00/5 合計 8 レビュー |
| 開発者 | Ron Even |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Moodle-Simpler",
"version": "0.0.2",
"manifest_version": 2,
"description": "Allows editing course names, hide courses, and sort them easily inside moodle. Built by Ron Even",
"default_locale": "en",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/lemida.biu.ac.il\/*"
],
"js": [
"js\/jquery\/jquery.min.js",
"src\/inject\/inject.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"js\/jquery\/jquery.min.js",
"src\/inject\/inject.js"
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |