Canvas Modules Organiser
Helps structuring Canvas LMS Modules
Canvas Modules Organiserคืออะไร?
Canvas Modules Organiser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://oldpike.bxtrom.eu และคุณลักษณะหลักของมันคือ "Helps structuring Canvas LMS Modules"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Canvas Modules Organiser
ดาวน์โหลดไฟล์ส่วนขยาย Canvas Modules Organiser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
(Previous name: "Canvas Modules Compactor") Features: • Compression:Based on the indentation level formatting of individual Module items on the Canvas LMS Modules page, this extension allows for collapsing more indented items "below" those of less indented items in a hierarchical fashion. This facilitates better and more concise overview of the Module contents. Collapsing can be done at item, module or page level using different controls. Modules can also be "tagged" with a short text defined and styled by the user. • As of version 1.0, module items as well as entire modules can be tagged, and tags can be stored for re-use. • As of version 1.0, contextual menus can be used as an alternative to hovering over extension icons to bring forward the extension menus. • The extension can also group modules in "boxes" or "tabs" (in v 0.9 +)for even better overview, and users can add their own text tags to modules • As of v 0.6 custom indentation is supported. Please visit https://www.youtube.com/playlist?list=PLP3asN9BirNAnaGPVgQGSviop-G_L-GhN for instructive videos on this extension. NOTE that Canvas Modules Organiser only works with Canvas platforms hosted on domains with the names or name types listed below. Requests for inclusion of other domains can be made to [email protected] . List of compatible host names ( * = wildcard): ______________________________________________ *.instructure.com/* canvas.gu.se/* canvas.wu.ac.at/*
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Canvas Modules Organiser |
ID | eohlnkgmgakcdngcommoblmjlbbnpejc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/canvas-modules-organiser/eohlnkgmgakcdngcommoblmjlbbnpejc |
คำอธิบาย | Helps structuring Canvas LMS Modules |
ขนาดไฟล์ | 309 KB |
จำนวนการติดตั้ง | 294 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2023-11-15 |
วันที่เผยแพร่ | 2021-02-24 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://oldpike.bxtrom.eu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://oldpike.bxtrom.eu/ |
URL หน้าช่วยเหลือ | https://oldpike.bxtrom.eu/ |
URL หน้านโยบายความเป็นส่วนตัว | https://oldpike.bxtrom.eu/privacy_policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Canvas Modules Organiser", "version": "1.0.4", "description": "Helps structuring Canvas LMS Modules", "icons": { "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "options_page": "cmc_options.html", "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/bxtrom.eu\/stats\/cmc-stats\/*" ], "permissions": [ "storage" ], "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "css": [ "styles.css" ], "matches": [ "https:\/\/*.instructure.com\/*", "http:\/\/*.instructure.com\/*", "https:\/\/canvas.gu.se\/*", "https:\/\/canvas.wu.ac.at\/*" ] } ], "web_accessible_resources": [ { "resources": [ "icon128.png", "crunch.png", "uncrunch.png", "group.png", "ungroup.png", "customTag.png", "inactivate.png", "nb.png" ], "matches": [ "https:\/\/*.instructure.com\/*", "http:\/\/*.instructure.com\/*", "https:\/\/canvas.gu.se\/*", "https:\/\/canvas.wu.ac.at\/*" ] } ] } |