Trimoodle
toggle courses visibility from the moodle sidebar
什么是Trimoodle?
Trimoodle是由nadav.goldstein96开发的Chrome扩展程序,该扩展的主要功能是“toggle courses visibility from the moodle sidebar”。
扩展截图
下载Trimoodle扩展crx文件
下载Trimoodle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A new way to toggle the visibility of the courses at the sidebar in the moodle website (huji) Open source: https://github.com/nadav96/trimoodle
扩展基本信息
名称 | Trimoodle |
ID | najiiglmdjablddfmgegpookgecbddej |
官方URL | https://chromewebstore.google.com/detail/trimoodle/najiiglmdjablddfmgegpookgecbddej |
简介 | toggle courses visibility from the moodle sidebar |
文件大小 | 199 KB |
安装次数 | 219 |
当前版本 | 1.8 |
更新时间 | 2021-10-11 |
上架时间 | 2021-04-02 |
评分 | 4.97/5 共34次评分 |
开发者 | nadav.goldstein96 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trimoodle", "description": "toggle courses visibility from the moodle sidebar", "version": "1.8", "manifest_version": 2, "browser_action": { "default_icon": "images\/icon25.png", "default_popup": "popup.html", "default_title": "Trim moodle" }, "permissions": [ "https:\/\/moodle2.cs.huji.ac.il\/*", "storage" ], "content_scripts": [ { "js": [ "3party\/jquery-3.6.0.min.js", "3party\/snackbar\/snackbar.min.js", "content.js" ], "matches": [ "https:\/\/moodle2.cs.huji.ac.il\/*" ], "css": [ "3party\/snackbar\/snackbar.min.css" ] } ], "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" } } |