D2L Tweaks
Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform.
D2L Tweaks là gì?
D2L Tweaks là một tiện ích mở rộng Chrome được phát triển bởi Sampath Eaty, và tính năng chính của nó là "Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng D2L Tweaks
Tải xuống các tệp mở rộng D2L Tweaks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | D2L Tweaks |
ID | eeignihdnacjbajmfelmmnjlfahiddcj |
URL Chính Thức | https://chromewebstore.google.com/detail/d2l-tweaks/eeignihdnacjbajmfelmmnjlfahiddcj |
Mô tả | Adds a few QoL tweaks to Desire 2 Learn (D2L), an online educational teaching and organization platform. |
Kích Thước Tệp | 48.9 KB |
Số Lần Cài Đặt | 142 |
Phiên Bản Hiện Tại | 0.0.1.2 |
Cập Nhật Lần Cuối | 2021-02-02 |
Ngày Phát Hành | 2021-02-02 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Sampath Eaty |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/seaty6/D2L-Tweaks_Extension |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |