D2L Tweaks

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

D2L Tweaks क्या है?

D2L Tweaks Sampath Eaty द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में D2L Tweaks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम D2L Tweaks D2L Tweaks
ID eeignihdnacjbajmfelmmnjlfahiddcj
आधिकारिक URL https://chromewebstore.google.com/detail/d2l-tweaks/eeignihdnacjbajmfelmmnjlfahiddcj
विवरण Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform.
फ़ाइल का आकार 48.9 KB
स्थापना संख्या 142
वर्तमान संस्करण 0.0.1.2
अंतिम अपडेट 2021-02-02
प्रकाशन तिथि 2021-02-02
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Sampath Eaty
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/seaty6/D2L-Tweaks_Extension
समर्थित भाषाएँ 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"
            ]
        }
    ]
}