Learn Darklight

Learn Darklight offers multiple themes and advanced features for Waterloo Learn.

Τι είναι το Learn Darklight;

Το Learn Darklight είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.zijianshao.com, και η κύρια λειτουργία του είναι "Learn Darklight offers multiple themes and advanced features for Waterloo Learn.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Learn Darklight

Λήψη αρχείων επέκτασης Learn Darklight σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Waterloo Learn is a web-based learning management system for the University of Waterloo. Learn Darklight offers multiple themes and advanced features for Waterloo Learn.

★ CUSTOM COURSE COVER PICS ★
Customize the cover picture of each course as you like, so that the course entry on the homepage is no longer indistinguishable.

★ HOMEPAGE CALENDAR ★
Automatically bring together all course upcoming events and add them to the homepage to avoid missing any important dates.

★ MULTIPLE THEMES WITH NIGHT MODE ★
Different themes can be used in different scenarios. No need to worry about bright pages that may hurt your eyes at night. Also, the extension supports custom CSS and JS.

★ SUPPORT WATERLOO AND LAURIER'S D2L ★
This browser extension is designed for Waterloo Learn and Laurier MyLearningSpace and can be used on both systems.

★ DETAILED EXTENSION OPTIONS ★
Detailed extension options allow you to turn any function on or off as you wish. When used with other extensions, you can turn off any conflicting features at any time.

★ AND EVEN MORE ★
In addition to these features, there are even more available. For example, page content size control and custom homepage widgets. Please go to the extension options page to take a look.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Learn Darklight Learn Darklight
ID lhodieepeghcemhpbloffmljoklaklho
Επίσημο URL https://chromewebstore.google.com/detail/learn-darklight/lhodieepeghcemhpbloffmljoklaklho
Περιγραφή Learn Darklight offers multiple themes and advanced features for Waterloo Learn.
Μέγεθος Αρχείου 564 KB
Αριθμός Εγκαταστάσεων 4,358
Τρέχουσα Έκδοση 3.0.22
Τελευταία Ενημέρωση 2021-01-31
Ημερομηνία Δημοσίευσης 2020-07-02
Αξιολόγηση 4.92/5 Συνολικά 39 Αξιολογήσεις
Προγραμματιστής https://www.zijianshao.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.zijianshao.com/dlight/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Zijian Shao",
    "background": {
        "scripts": [
            "js\/configs.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "icon\/icon16.png",
            "24": "icon\/icon24.png",
            "32": "icon\/icon32.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Learn Darklight"
    },
    "content_scripts": [
        {
            "css": [
                "css\/base.css"
            ],
            "js": [
                "js\/configs.js",
                "js\/init.js"
            ],
            "matches": [
                "*:\/\/learn.uwaterloo.ca\/*",
                "*:\/\/mylearningspace.wlu.ca\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "js\/jquery.js",
                "js\/init_idle.js"
            ],
            "matches": [
                "*:\/\/learn.uwaterloo.ca\/*",
                "*:\/\/mylearningspace.wlu.ca\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Learn Darklight offers multiple themes and advanced features for Waterloo Learn.",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Learn Darklight",
    "offline_enabled": false,
    "options_page": "html\/options.html",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "*:\/\/learn.uwaterloo.ca\/*",
        "*:\/\/mylearningspace.wlu.ca\/*"
    ],
    "short_name": "Learn Darklight",
    "version": "3.0.22",
    "web_accessible_resources": [
        "js\/*",
        "css\/*",
        "icon\/*",
        "img\/*",
        "theme\/*"
    ]
}