Birmingham Panopto Keeper
Download Panopto Videos from UoB Panopto
Birmingham Panopto Keeper là gì?
Birmingham Panopto Keeper là một tiện ích mở rộng Chrome được phát triển bởi Georgesab, và tính năng chính của nó là "Download Panopto Videos from UoB Panopto".
Ả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 Birmingham Panopto Keeper
Tải xuống các tệp mở rộng Birmingham Panopto Keeper 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
A simple extension for Google Chrome that allows you to download videos from Panopto for later viewing. Only works for the University of Birmingham. HOW TO USE: Navigate to the Panopto video itself you want to download, click the download icon (next to your user picture) and choose where you want the video to be saved. EASY! Based on downloadPanopto by dfaour: https://github.com/dfaour/downloadPanopto Released under GNU General License 3.0, source code available: https://github.com/Georgesab/birmingham_panopto_keeper
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ijibaeamabpjdgenhlaihchhlfcephdl |
URL Chính Thức | https://chrome.google.com/webstore/detail/birmingham-panopto-keeper/ijibaeamabpjdgenhlaihchhlfcephdl |
Mô tả | Download Panopto Videos from UoB Panopto |
Kích Thước Tệp | 18.16 KB |
Số Lần Cài Đặt | 390 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2019-02-25 |
Ngày Phát Hành | 2019-02-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Georgesab |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Georgesab/birmingham_panopto_keeper |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Birmingham Panopto Keeper", "version": "1.0.1", "description": "Download Panopto Videos from UoB Panopto", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "download-icon-grey.png" }, "content_scripts": [ { "matches": [ "https:\/\/bham.cloud.panopto.eu\/*" ], "js": [ "payload.js" ] } ], "permissions": [ "activeTab", "downloads" ] } |