Birmingham Panopto Keeper
Download Panopto Videos from UoB Panopto
O que é Birmingham Panopto Keeper?
Birmingham Panopto Keeper é uma extensão do Chrome desenvolvida por Georgesab, e sua principal característica é "Download Panopto Videos from UoB Panopto".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Birmingham Panopto Keeper
Baixe arquivos de extensão Birmingham Panopto Keeper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ijibaeamabpjdgenhlaihchhlfcephdl |
URL Oficial | https://chrome.google.com/webstore/detail/birmingham-panopto-keeper/ijibaeamabpjdgenhlaihchhlfcephdl |
Descrição | Download Panopto Videos from UoB Panopto |
Tamanho do Arquivo | 18.16 KB |
Contagem de Instalações | 390 |
Versão Atual | 1.0.1 |
Última Atualização | 2019-02-25 |
Data de Publicação | 2019-02-25 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Georgesab |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Georgesab/birmingham_panopto_keeper |
Idiomas Suportados | 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" ] } |