D2L Tweaks

Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform.

O que é D2L Tweaks?

D2L Tweaks é uma extensão do Chrome desenvolvida por Sampath Eaty, e sua principal característica é "Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão D2L Tweaks

Baixe arquivos de extensão D2L Tweaks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome D2L Tweaks D2L Tweaks
ID eeignihdnacjbajmfelmmnjlfahiddcj
URL Oficial https://chromewebstore.google.com/detail/d2l-tweaks/eeignihdnacjbajmfelmmnjlfahiddcj
Descrição Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform.
Tamanho do Arquivo 48.9 KB
Contagem de Instalações 142
Versão Atual 0.0.1.2
Última Atualização 2021-02-02
Data de Publicação 2021-02-02
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Sampath Eaty
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/seaty6/D2L-Tweaks_Extension
Idiomas Suportados 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"
            ]
        }
    ]
}