Smartschool Dark Mode

Set Smartschool to Dark Mode

Τι είναι το Smartschool Dark Mode;

Το Smartschool Dark Mode είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Van de Voorde Matthias, και η κύρια λειτουργία του είναι "Set Smartschool to Dark Mode".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Smartschool Dark Mode

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

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

                        This extension turns Smartschool into dark mode.

Also available for Firefox: https://addons.mozilla.org/nl/firefox/addon/smartschool-dark-mode/

Feel free to post a review!

In case of bugs or problems with the theme, please contact me.

𝘕𝘖𝘛𝘌: 𝘛𝘩𝘪𝘴 𝘵𝘩𝘦𝘮𝘦 𝘸𝘢𝘴 𝘤𝘳𝘦𝘢𝘵𝘦𝘥 𝘸𝘪𝘵𝘩 𝘢𝘭𝘭 𝘵𝘩𝘦 𝘮𝘰𝘥𝘶𝘭𝘦𝘴 𝘢 𝘴𝘵𝘶𝘥𝘦𝘯𝘵 𝘩𝘢𝘴.

𝘈𝘳𝘦 𝘺𝘰𝘶 𝘢𝘯 𝘢𝘥𝘮𝘪𝘯 𝘰𝘳 𝘵𝘦𝘢𝘤𝘩𝘦𝘳, 𝘢𝘯𝘥 𝘸𝘢𝘯𝘵 𝘢𝘯 𝘦𝘹𝘵𝘦𝘯𝘥𝘦𝘥 𝘷𝘦𝘳𝘴𝘪𝘰𝘯 𝘣𝘢𝘴𝘦𝘥 𝘰𝘯 𝘢𝘭𝘭 𝘮𝘰𝘥𝘶𝘭𝘦𝘴 𝘺𝘰𝘶 𝘩𝘢𝘷𝘦 𝘢𝘤𝘤𝘦𝘴𝘴 𝘵𝘰? 𝘗𝘭𝘦𝘢𝘴𝘦 𝘤𝘰𝘯𝘵𝘢𝘤𝘵 𝘮𝘦 𝘴𝘰 𝘵𝘩𝘢𝘵 𝘸𝘦 𝘤𝘢𝘯 𝘮𝘢𝘬𝘦 𝘢𝘯 𝘦𝘹𝘵𝘦𝘯𝘥𝘦𝘥 𝘷𝘦𝘳𝘴𝘪𝘰𝘯 𝘰𝘧 𝘪𝘵.

------------------------------------------------

Changelog:

0.0.1.1:
-Recolor for softer contrast
-Code cleanup
-Fixed little bugs

0.0.1.0:
-Fixed invisible text in portfolio
-Changed text selection from black to blue
-Added a dark theme for Smartschool Live module                    

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

Όνομα Smartschool Dark Mode Smartschool Dark Mode
ID epedchlibfieifndgfjekmpaancjjfob
Επίσημο URL https://chromewebstore.google.com/detail/smartschool-dark-mode/epedchlibfieifndgfjekmpaancjjfob
Περιγραφή Set Smartschool to Dark Mode
Μέγεθος Αρχείου 155 KB
Αριθμός Εγκαταστάσεων 3,000
Τρέχουσα Έκδοση 0.0.1.9
Τελευταία Ενημέρωση 2021-11-25
Ημερομηνία Δημοσίευσης 2020-11-04
Αξιολόγηση 4.25/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Van de Voorde Matthias
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "0.0.1.9",
    "default_locale": "en",
    "content_scripts": [
        {
            "css": [
                "BigBlueButton.css"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.smartschool.be\/*"
            ],
            "exclude_globs": [
                "https:\/\/www.smartschool.be\/*"
            ],
            "all_frames": true
        },
        {
            "css": [
                "Office-ImmersiveReader.css"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/learningtools.onenote.com\/learningtoolsapp\/reader?appId=*"
            ],
            "all_frames": true
        },
        {
            "css": [
                "Loading-page.css"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.smartschool.be\/Loading"
            ],
            "all_frames": true
        },
        {
            "css": [
                "default.css",
                "tdLoad.css",
                "Authentication.css",
                "Homepage.css",
                "Topnav.css",
                "Messages.css",
                "Profile.css",
                "Forum.css",
                "Calender.css",
                "LVS.css",
                "Live.css",
                "Mydoc.css",
                "Studentcard.css",
                "News.css",
                "Portfolio.css",
                "Agenda.css",
                "Grades.css",
                "Manual.css",
                "Course.css",
                "TinyMCE-dark.css",
                "Survey.css"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.smartschool.be\/*"
            ],
            "exclude_globs": [
                "https:\/\/www.smartschool.be\/*"
            ],
            "all_frames": true
        },
        {
            "css": [
                "noBlockcontainer.css"
            ],
            "matches": [
                "https:\/\/*.smartschool.be\/Studentcard*"
            ]
        },
        {
            "css": [
                "mess-bg.css"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.smartschool.be\/index.php?module=Messages&file=administration*",
                "https:\/\/*.smartschool.be\/index.php?module=Messages&file=messageRules*",
                "https:\/\/*.smartschool.be\/index.php?module=Messages&file=manageSmartFolder*",
                "https:\/\/*.smartschool.be\/Messages\/administration\/stdreply*",
                "https:\/\/*.smartschool.be\/index.php?module=Messages&file=messageSignature*",
                "https:\/\/*.smartschool.be\/index.php?module=Messages&file=manageTemplate*",
                "https:\/\/*.smartschool.be\/TinyMCE\/Browse*"
            ]
        },
        {
            "css": [
                "conference.css"
            ],
            "matches": [
                "https:\/\/*.smartschool.be\/conference\/courseID\/*"
            ]
        },
        {
            "run_at": "document_end",
            "css": [
                "TinyMCE-plugins-bg.css",
                "TinyMCE-plugins.css"
            ],
            "matches": [
                "https:\/\/*.smartschool.be\/TinyMCE\/*"
            ],
            "all_frames": true
        },
        {
            "css": [
                "Mypicture.css"
            ],
            "matches": [
                "https:\/\/*.smartschool.be\/index.php?module=Profile&file=mypicture*"
            ]
        },
        {
            "css": [
                "Userselect-bg.css"
            ],
            "matches": [
                "https:\/\/*.smartschool.be\/index.php?module=Portfolio&file=participants&function=participants&portfolioID=*",
                "https:\/\/*.smartschool.be\/index.php?module=Userselect&usc=participants&isIframe=1*",
                "https:\/\/*.smartschool.be\/index.php?module=Userselect&usc=guides&isIframe=1*",
                "https:\/\/*.smartschool.be\/index.php?module=Portfolio&file=guides&function=guides&portfolioID=*",
                "https:\/\/*.smartschool.be\/index.php?module=Userselect*",
                "https:\/\/*.smartschool.be\/index.php?module=Cooperate&file=start&function=start*",
                "https:\/\/*.smartschool.be\/index.php?module=Cooperate&file=structure&function=structure*"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "128": "icon128.png"
    }
}