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 |
| 电子邮箱 | [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"
}
} | |