Moodle Fixer
Fixes Moodle
Moodle Fixerとは何ですか?
Moodle FixerはStretchyDogによって開発されたChromeの拡張機能で、その主な機能は「Fixes Moodle」です。
拡張機能のスクリーンショット
Moodle Fixer拡張機能のCRXファイルをダウンロード
Moodle Fixer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A short script that adds module names to the moodle homepage, as well as an exam paper link for each module. 拡張機能の基本情報
| 名前 | |
| ID | nfokiacfbfiibpgbpllkaeneohpcdknl |
| 公式URL | https://chromewebstore.google.com/detail/moodle-fixer/nfokiacfbfiibpgbpllkaeneohpcdknl |
| 説明 | Fixes Moodle |
| ファイルサイズ | 5.66 KB |
| インストール数 | 131 |
| 現在のバージョン | 3.4.0.0 |
| 最終更新日 | 2018-10-24 |
| 公開日 | 2018-10-24 |
| 評価 | 4.69/5 合計 13 レビュー |
| 開発者 | StretchyDog |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Lee1997/Moodle-Fixer |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Moodle Fixer",
"description": "Fixes Moodle",
"version": "3.4.0.0",
"manifest_version": 2,
"icons": {
"128": "moodle.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/2019.moodle.maynoothuniversity.ie\/*\/"
],
"js": [
"fixer.js"
]
}
]
} | |