Trimoodle
toggle courses visibility from the moodle sidebar
Trimoodle là gì?
Trimoodle là một tiện ích mở rộng Chrome được phát triển bởi nadav.goldstein96, và tính năng chính của nó là "toggle courses visibility from the moodle sidebar".
Ả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 Trimoodle
Tải xuống các tệp mở rộng Trimoodle 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Trimoodle |
ID | najiiglmdjablddfmgegpookgecbddej |
URL Chính Thức | https://chromewebstore.google.com/detail/trimoodle/najiiglmdjablddfmgegpookgecbddej |
Mô tả | toggle courses visibility from the moodle sidebar |
Kích Thước Tệp | 199 KB |
Số Lần Cài Đặt | 219 |
Phiên Bản Hiện Tại | 1.8 |
Cập Nhật Lần Cuối | 2021-10-11 |
Ngày Phát Hành | 2021-04-02 |
Đánh Giá | 4.97/5 Tổng số 34 Đánh Giá |
Nhà Phát Triển | nadav.goldstein96 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |