D2L Tweaks
Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform.
D2L Tweaksคืออะไร?
D2L Tweaks เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sampath Eaty และคุณลักษณะหลักของมันคือ "Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย D2L Tweaks
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" ] } ] } |