Panopto Lecture Downloader
Download YOUR lectures from Panopto
Cos'è Panopto Lecture Downloader?
Panopto Lecture Downloader è un'estensione di Chrome sviluppata da intelchen, e la sua funzione principale è "Download YOUR lectures from Panopto".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Panopto Lecture Downloader
Scarica i file di estensione Panopto Lecture Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
At the end of the semester, you will most likely lose access to all your lecture videos during the year. You are losing aceess to the material that you paid tens of thousands of dollars for. No more! Introducing Panopto Lecture Downloader. Features: - download Panopto video from webpage - **download high-res second stream** -(usually whiteboard or slides; depends on avaliability) How to use: 1. Go to the Panopto web player page 2. (if you just installed, refresh the page plz) 3. Pin the plug in to the extension bar 4. Click on the extension plug in 5. Download single stream or double stream in the pop-up Inspired by ManoloZocco's Panopto Video Downloader
Informazioni di Base sull'Estensione
Nome | |
ID | cjdfaiolhppdjejkdeobnpgiiaipccjf |
URL Ufficiale | https://chrome.google.com/webstore/detail/panopto-lecture-downloade/cjdfaiolhppdjejkdeobnpgiiaipccjf |
Descrizione | Download YOUR lectures from Panopto |
Dimensione del File | 17.11 KB |
Conteggio Installazioni | 839 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2021-05-11 |
Data di Pubblicazione | 2021-05-11 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | intelchen |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://www.notion.so/Panopto-Lecture-Downloader-FAQ-02c08a775156495598524bb4c4706d91 |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Panopto Lecture Downloader", "version": "1.0", "description": "Download YOUR lectures from Panopto", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "download-icon-green.png", "default_popup": "popup.html" }, "content_scripts": [], "permissions": [ "activeTab", "tabs", "downloads" ], "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com; object-src 'self';" } |