Moodle Tweaks
A browser extension that applies some tweaks to Moodle.
Moodle Tweaks là gì?
Moodle Tweaks là một tiện ích mở rộng Chrome được phát triển bởi PhaserArray, và tính năng chính của nó là "A browser extension that applies some tweaks to Moodle.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Moodle Tweaks
Tải xuống các tệp mở rộng Moodle Tweaks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Moodle Tweaks |
ID | laaajenllcbdjdobapjjhecbnlncajca |
URL Chính Thức | https://chromewebstore.google.com/detail/moodle-tweaks/laaajenllcbdjdobapjjhecbnlncajca |
Mô tả | A browser extension that applies some tweaks to Moodle. |
Kích Thước Tệp | 55.36 KB |
Số Lần Cài Đặt | 116 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-03-21 |
Ngày Phát Hành | 2020-03-21 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | PhaserArray |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/PhaserArray/moodle-tweaks |
URL Trang Trợ Giúp | https://github.com/PhaserArray/moodle-tweaks/wiki/Help-(English) |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |