Moodle Tweaks
A browser extension that applies some tweaks to Moodle.
什么是Moodle Tweaks?
Moodle Tweaks是由PhaserArray开发的Chrome扩展程序,该扩展的主要功能是“A browser extension that applies some tweaks to Moodle.”。
扩展截图
下载Moodle Tweaks扩展crx文件
下载Moodle Tweaks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This chrome extension tweaks Moodle learning management systems. It should be compatible with any 3.x Moodle environment. The current features include: * Single Page Books * Single Page Dictionaries * Middle Click Fix * No Popups * Prevent Logging Out You can read more on the Github help wiki: https://github.com/PhaserArray/moodle-tweaks/wiki/Help-(English) Suggestions and ideas are welcome as Github issues or pull requests: https://github.com/PhaserArray/moodle-tweaks/issues
扩展基本信息
名称 | Moodle Tweaks |
ID | laaajenllcbdjdobapjjhecbnlncajca |
官方URL | https://chromewebstore.google.com/detail/moodle-tweaks/laaajenllcbdjdobapjjhecbnlncajca |
简介 | A browser extension that applies some tweaks to Moodle. |
文件大小 | 55.36 KB |
安装次数 | 116 |
当前版本 | 1.0 |
更新时间 | 2020-03-21 |
上架时间 | 2020-03-21 |
评分 | 5.00/5 共1次评分 |
开发者 | PhaserArray |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/PhaserArray/moodle-tweaks |
帮助页面URL | https://github.com/PhaserArray/moodle-tweaks/wiki/Help-(English) |
支持的语言 | en,et |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "version": "1.0", "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/github.com\/PhaserArray\/moodle-extension", "manifest_version": 2, "default_locale": "en", "permissions": [ "tabs", "storage", "https:\/\/fonts.googleapis.com\/css" ], "optional_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ "content\/modules\/*" ], "background": { "scripts": [ "libs\/browser-polyfill.js", "libs\/content-scripts-register-polyfill.js", "background\/extension-controller.js" ], "persistent": true }, "icons": { "256": "images\/moodle-tweaks-icon-256.png", "128": "images\/moodle-tweaks-icon-128.png", "96": "images\/moodle-tweaks-icon-96.png", "64": "images\/moodle-tweaks-icon-64.png", "48": "images\/moodle-tweaks-icon-48.png", "38": "images\/moodle-tweaks-icon-38.png", "32": "images\/moodle-tweaks-icon-32.png", "19": "images\/moodle-tweaks-icon-19.png", "16": "images\/moodle-tweaks-icon-16.png" }, "browser_action": { "default_icon": { "256": "images\/moodle-tweaks-icon-256.png", "128": "images\/moodle-tweaks-icon-128.png", "96": "images\/moodle-tweaks-icon-96.png", "64": "images\/moodle-tweaks-icon-64.png", "48": "images\/moodle-tweaks-icon-48.png", "38": "images\/moodle-tweaks-icon-38.png", "32": "images\/moodle-tweaks-icon-32.png", "19": "images\/moodle-tweaks-icon-19.png", "16": "images\/moodle-tweaks-icon-16.png" }, "default_title": "Moodle Tweaks Control Panel", "default_popup": "popup\/popup.html" } } |