D2L Tweaks
Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform.
Was ist D2L Tweaks?
D2L Tweaks ist eine Chrome-Erweiterung, die von Sampath Eaty entwickelt wurde, und ihr Hauptmerkmal ist "Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform.".
Erweiterungsscreenshots
D2L Tweaks-Erweiterungs-CRX-Datei herunterladen
Laden Sie D2L Tweaks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Github Link: https://github.com/seaty6/D2L-Tweaks_Extension This is fork of the following project by csm123199 - https://github.com/csm123199/d2l-tweaks Features: Makes the content view page longer to accommodate zoomed out pages/taller displays. Replaces custom PDF/MP4 media viewers with the web browser's native viewers. Uses native PDF viewer for PDF-rendered MS Word/Excel documents. Uses an in-browser document editor, if installed. If possible, replaces the title bar dropdown with direct links/buttons. For external pages, renders the page inside D2L rather than simply providing a link. Provides a link to go to the direct Quiz page.
Grundlegende Informationen zur Erweiterung
Name | D2L Tweaks |
ID | eeignihdnacjbajmfelmmnjlfahiddcj |
Offizielle URL | https://chromewebstore.google.com/detail/d2l-tweaks/eeignihdnacjbajmfelmmnjlfahiddcj |
Beschreibung | Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform. |
Dateigröße | 48.9 KB |
Installationsanzahl | 142 |
Aktuelle Version | 0.0.1.2 |
Letztes Update | 2021-02-02 |
Veröffentlichungsdatum | 2021-02-02 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Sampath Eaty |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/seaty6/D2L-Tweaks_Extension |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "D2L Tweaks", "version": "0.0.1.2", "description": "Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform.", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/seaty6\/D2L-Tweaks_Extension", "icons": { "16": "images\/16.png", "32": "images\/32.png", "128": "images\/128.png", "192": "images\/192.png", "512": "images\/512.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.edu\/d2l\/*" ], "js": [ "content.js" ] } ] } |