D2L Tweaks
Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform.
¿Qué es D2L Tweaks?
D2L Tweaks es una extensión de Chrome desarrollada por Sampath Eaty, y su función principal es "Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión D2L Tweaks
Descarga archivos de extensión D2L Tweaks en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | D2L Tweaks |
ID | eeignihdnacjbajmfelmmnjlfahiddcj |
URL Oficial | https://chromewebstore.google.com/detail/d2l-tweaks/eeignihdnacjbajmfelmmnjlfahiddcj |
Descripción | Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform. |
Tamaño del Archivo | 48.9 KB |
Cantidad de Instalaciones | 142 |
Versión Actual | 0.0.1.2 |
Última Actualización | 2021-02-02 |
Fecha de Publicación | 2021-02-02 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | Sampath Eaty |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/seaty6/D2L-Tweaks_Extension |
Idiomas Soportados | 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" ] } ] } |