UMLearn Dark Theme
A dark theme for D2L platform called UMlearn, for University of Manitoba
What is UMLearn Dark Theme?
UMLearn Dark Theme is a Chrome extension developed by abdulhalikov0, and its main feature is "A dark theme for D2L platform called UMlearn, for University of Manitoba".
Extension Screenshots
Download UMLearn Dark Theme Extension CRX File
Download UMLearn Dark Theme 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
A dark theme for D2L platform called UMlearn, for University of Manitoba. Made by Maxim Abdulkhalikov and Denys Popov. App uses local storage to save a state of D2L website and remember if you made your website dark for future uses.
Extension Basic Information
Name | UMLearn Dark Theme |
ID | cebeicleppdndghabagpkhpiemnjndng |
Official URL | https://chromewebstore.google.com/detail/umlearn-dark-theme/cebeicleppdndghabagpkhpiemnjndng |
Description | A dark theme for D2L platform called UMlearn, for University of Manitoba |
File Size | 20.96 KB |
Installation Count | 38 |
Current Version | 1.0.0 |
Last Updated | 2022-11-15 |
Publish Date | 2022-11-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | abdulhalikov0 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UMLearn Dark Theme", "description": "A dark theme for D2L platform called UMlearn, for University of Manitoba", "manifest_version": 3, "version": "1.0.0", "author": "Max Abdulkhalikov, Denys Popov", "action": { "default_popup": "popup.html", "default_icon": "logo.png", "default_title": "UMLearn DARK" }, "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" }, "permissions": [ "storage", "webNavigation", "scripting" ], "host_permissions": [ "https:\/\/universityofmanitoba.desire2learn.com\/", "https:\/\/umlearn.desire2learn.com\/" ], "background": { "service_worker": "background.js", "type": "module" } } |