BrightSpace Open In New Tab Extension
Allows users of BrightSpace to open PDF's, video's and text shown in the 'Content' tab in a separate tab using a button.
BrightSpace Open In New Tab Extension là gì?
BrightSpace Open In New Tab Extension là một tiện ích mở rộng Chrome được phát triển bởi wesselvandam2000, và tính năng chính của nó là "Allows users of BrightSpace to open PDF's, video's and text shown in the 'Content' tab in a separate tab using a button.".
Ả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 BrightSpace Open In New Tab Extension
Tải xuống các tệp mở rộng BrightSpace Open In New Tab Extension 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
Why this extension? The virtual learning environment BrightSpace is used by over 1000 educational institutions and businesses worldwide. However, files on the 'Content' tab such as PDF's and video's are shown using a built-in viewer. Users that would like to switch between several files either find themselves clicking between the various topics on BrightSpace or downloading them first and then opening them in separate tabs. This hinders productivity and is not the best user experience. It would be great if users could easily open such files in new tabs. What does this extension do? This extension allows the users to open PDF's, Kaltura Media video's (such as lecture recordings), and event text content on BrightSpace in a new Google Chrome tab, by adding a new button on the content pages. Clicking this button will open a new tab containing the content that is currently active. Does it always work? The extension works with PDF files, Kaltura Media video files and even text-only pages on BrightSpace (see the screenshots and demo video for supported media). It works both for students and course administrators. There are, however, several ways to upload PDF files, videos, and even text. Not all are supported by this extension, but the most common ones are. The 'Open in a new tab' button might still show up on the content pages of such files, but it will not do anything. For a list of supported institutions, see https://github.com/WesselvanDam/bs-extension/tree/main#supported-institutions Don't see yours? Place the link that your institution uses in a comment and I will add support as soon as possible. For the source code of this extension, see https://github.com/WesselvanDam/bs-extension
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BrightSpace Open In New Tab Extension |
ID | doamghilakklioaodepimlcnlicjlcpp |
URL Chính Thức | https://chromewebstore.google.com/detail/brightspace-open-in-new-t/doamghilakklioaodepimlcnlicjlcpp |
Mô tả | Allows users of BrightSpace to open PDF's, video's and text shown in the 'Content' tab in a separate tab using a button. |
Kích Thước Tệp | 13.28 KB |
Số Lần Cài Đặt | 233 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2024-02-06 |
Ngày Phát Hành | 2022-05-05 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | wesselvandam2000 |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://docs.google.com/document/d/1v8fEr8-BNERpYWL5IyGGUTHawVR6VQkMEhhbiY-TOhU/edit?usp=sharing |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BrightSpace Open In New Tab Extension", "description": "Allows users of BrightSpace to open PDF's, video's and text shown in the 'Content' tab in a separate tab using a button.", "version": "1.4", "manifest_version": 3, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/brightspace.universiteitleiden.nl\/*", "https:\/\/brightspace.tudelft.nl\/*", "https:\/\/brightspace.rug.nl\/*", "https:\/\/brightspace.avans.nl\/*", "https:\/\/brightspace.ru.nl\/*", "https:\/\/brightspace.hhs.nl\/*", "https:\/\/brightspace.wur.nl\/*", "https:\/\/brightspace.cpcc.edu\/*", "https:\/\/brightspace.ccc.edu\/*", "https:\/\/brightspace.aacps.org\/*", "https:\/\/brightspace.carleton.ca\/*", "https:\/\/brightspace.mclennan.edu\/*", "https:\/\/brightspace.esc.edu\/*", "https:\/\/brightspace.ou.nl\/*", "https:\/\/brightspace.hr.nl\/*", "https:\/\/brightspace.bournemouth.ac.uk\/*", "https:\/\/brightspace.potsdam.edu\/*", "https:\/\/brightspace.mtmercy.edu\/*", "https:\/\/brightspace.uindy.edu\/*", "https:\/\/brightspace.purchase.edu\/*", "https:\/\/brightspace.une.edu\/*", "https:\/\/brightspace.binghamton.edu\/*", "https:\/\/brightspace.uakron.edu\/*", "https:\/\/brightspace.fitnyc.edu\/*", "https:\/\/brightspace.brockport.edu\/*", "https:\/\/brightspace.uos.ac.uk\/*", "https:\/\/brightspace.plattsburgh.edu\/*", "https:\/\/brightspace.eureka.edu\/*", "https:\/\/brightspace.anc.edu\/*", "https:\/\/brightspace.tisoh.edu\/*", "https:\/\/brightspace.ucc.on.ca\/*", "https:\/\/brightspace.prairie.edu\/*", "https:\/\/brightspace.eden.edu\/*", "https:\/\/brightspace.catsone.com\/*", "https:\/\/brightspace.ucd.ie\/*", "https:\/\/brightspace.libf.ac.uk\/*", "https:\/\/brightspace.tudublin.ie\/*", "https:\/\/brightspace.bpc.edu\/*", "https:\/\/brightspace.shepherd.edu\/*", "https:\/\/brightspace.indwes.edu\/*", "https:\/\/brightspace.lmu.edu\/*", "https:\/\/brightspace.uhi.ac.uk\/*", "https:\/\/brightspace.vanderbilt.edu\/*", "https:\/\/tafeqldtc.brightspace.com\/*", "https:\/\/learn.inside.dtu.dk\/*", "https:\/\/bright.uvic.ca\/*" ], "all_frames": true, "match_origin_as_fallback": true, "run_at": "document_idle", "js": [ "content-script.js" ], "css": [ "styles.css" ] } ], "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |