UMLearn Dark Theme
A dark theme for D2L platform called UMlearn, for University of Manitoba
Cos'è UMLearn Dark Theme?
UMLearn Dark Theme è un'estensione di Chrome sviluppata da abdulhalikov0, e la sua funzione principale è "A dark theme for D2L platform called UMlearn, for University of Manitoba".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione UMLearn Dark Theme
Scarica i file di estensione UMLearn Dark Theme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | cebeicleppdndghabagpkhpiemnjndng | 
| URL Ufficiale | https://chromewebstore.google.com/detail/umlearn-dark-theme/cebeicleppdndghabagpkhpiemnjndng | 
| Descrizione | A dark theme for D2L platform called UMlearn, for University of Manitoba | 
| Dimensione del File | 20.96 KB | 
| Conteggio Installazioni | 38 | 
| Versione Corrente | 1.0.0 | 
| Ultimo Aggiornamento | 2022-11-15 | 
| Data di Pubblicazione | 2022-11-14 | 
| Valutazione | 5.00/5 Totale 1 Valutazioni | 
| Sviluppatore | abdulhalikov0 | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
    }
}  |  |