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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } ] } |