*FY* MOODLE
Moodle Helper
*FY* MOODLEとは何ですか?
*FY* MOODLEはCarlos Avelarによって開発されたChromeの拡張機能で、その主な機能は「Moodle Helper」です。
拡張機能のスクリーンショット
*FY* MOODLE拡張機能のCRXファイルをダウンロード
*FY* MOODLE拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extensão para ajudar estudantes a validar suas respostas antes de enviá-las no Moodle. Google Chrome extension to help students validate some of their answers before submitting on Moodle. Disclaimer: This extension has been made for educational purposes as a side project and proof that could be done, the use is responsability of the user alone. All data collected is originated from the users of the extension, so the authors have no part or responsability of the contents in it.
拡張機能の基本情報
名前 | |
ID | lcmieboflejgnjckknpmamhmbmngedke |
公式URL | https://chrome.google.com/webstore/detail/fy-moodle/lcmieboflejgnjckknpmamhmbmngedke |
説明 | Moodle Helper |
ファイルサイズ | 178 KB |
インストール数 | 1,000 |
現在のバージョン | 1.4.2 |
最終更新日 | 2018-07-17 |
公開日 | 2018-07-17 |
評価 | 4.32/5 合計 19 レビュー |
開発者 | Carlos Avelar |
支払い方法 | free |
対応言語 | en,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "*FY* MOODLE", "description": "Moodle Helper", "version": "1.4.2", "icons": { "16": "assets\/16.png", "48": "assets\/48.png", "128": "assets\/128.png" }, "default_locale": "en", "permissions": [ "webNavigation", "storage", "alarms", "*:\/\/*.ggte.unicamp.br\/eam\/*" ], "background": { "scripts": [ "js\/ga.js", "js\/firebase.js", "js\/axios.min.js", "js\/constants.js", "js\/collector.js" ], "persistent": false }, "browser_action": { "default_title": "Open the popup", "default_icon": "assets\/16.png", "default_popup": "views\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.ggte.unicamp.br\/eam\/*" ], "js": [ "js\/ga.js", "js\/firebase.js", "js\/constants.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "*:\/\/www.ggte.unicamp.br\/eam\/my\/*" ], "js": [ "js\/watchdog.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "*:\/\/www.ggte.unicamp.br\/eam\/mod\/quiz\/attempt.php*" ], "js": [ "js\/answer.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "*:\/\/www.ggte.unicamp.br\/eam\/mod\/quiz\/review.php*" ], "js": [ "js\/scan.js" ], "run_at": "document_end", "all_frames": true } ] } |