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開發的Chrome擴展程式,該擴展的主要功能是“Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform.”。
擴展截圖
下載D2L Tweaks擴展crx文件
下載D2L Tweaks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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.                     擴展基本資訊
| 名稱 |   |  
| ID | eeignihdnacjbajmfelmmnjlfahiddcj | 
| 官方網址 | 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"
            ]
        }
    ]
}  |  |