Ilias Enhancement Suite
Enhance Ilias with useful features to boost your productivity.
What is Ilias Enhancement Suite?
Ilias Enhancement Suite is a Chrome extension developed by Robijns Industries Incorporated Enterprises, and its main feature is "Enhance Ilias with useful features to boost your productivity.".
Extension Screenshots
Download Ilias Enhancement Suite Extension CRX File
Download Ilias Enhancement Suite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Credits: Michel Robijns & Nate Mara (+ Jan Pascual) Features: • Keyboard shortcuts (see below) • Reduced loading time • Improved legibility • Intermediate score counter • Icons for (in)correctly answered questions • Markers for later reference • Filter incorrect answers Keyboard shortcuts: • Select checkboxes using NUMBER keys • Check answer using ENTER key • Proceed to next question using ENTER key • Brows through questions using ARROW keys • Mark questions using ^ or + key Disclaimer: the software is provided "as is", without warranty of any kind :)
Extension Basic Information
Name | Ilias Enhancement Suite |
ID | fdcheblbmogdaafjcijiknddflnglpnn |
Official URL | https://chromewebstore.google.com/detail/ilias-enhancement-suite/fdcheblbmogdaafjcijiknddflnglpnn |
Description | Enhance Ilias with useful features to boost your productivity. |
File Size | 102 KB |
Installation Count | 40 |
Current Version | 1.1.1 |
Last Updated | 2020-02-29 |
Publish Date | 2020-02-29 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Robijns Industries Incorporated Enterprises |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ilias Enhancement Suite", "short_name": "IES", "description": "Enhance Ilias with useful features to boost your productivity.", "version": "1.1.1", "content_scripts": [ { "matches": [ "https:\/\/lms.cstberlin.de\/*" ], "js": [ "jquery-3.4.1.min.js", "interface.js", "list_modification.js", "utilities.js", "storage.js", "keyboard_events.js", "buttons.js", "content.js" ], "run_at": "document_idle" } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "storage" ], "icons": { "16": "favicon-16x16.png", "32": "favicon-32x32.png", "180": "favicon-180x180.png", "192": "favicon-192x192.png", "512": "favicon-512x512.png" } } |