Birmingham Panopto Keeper
Download Panopto Videos from UoB Panopto
什么是Birmingham Panopto Keeper?
Birmingham Panopto Keeper是由Georgesab开发的Chrome扩展程序,该扩展的主要功能是“Download Panopto Videos from UoB Panopto”。
扩展截图
下载Birmingham Panopto Keeper扩展crx文件
下载Birmingham Panopto Keeper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | ijibaeamabpjdgenhlaihchhlfcephdl |
官方URL | https://chrome.google.com/webstore/detail/birmingham-panopto-keeper/ijibaeamabpjdgenhlaihchhlfcephdl |
简介 | Download Panopto Videos from UoB Panopto |
文件大小 | 18.16 KB |
安装次数 | 390 |
当前版本 | 1.0.1 |
更新时间 | 2019-02-25 |
上架时间 | 2019-02-25 |
评分 | 5.00/5 共1次评分 |
开发者 | Georgesab |
付费类型 | free |
扩展官网 | https://github.com/Georgesab/birmingham_panopto_keeper |
支持的语言 | 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" ] } |