Panopto Lecture Downloader
Download YOUR lectures from Panopto
Panopto Lecture Downloader क्या है?
Panopto Lecture Downloader intelchen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download YOUR lectures from Panopto"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Panopto Lecture Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cjdfaiolhppdjejkdeobnpgiiaipccjf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/panopto-lecture-downloade/cjdfaiolhppdjejkdeobnpgiiaipccjf |
विवरण | Download YOUR lectures from Panopto |
फ़ाइल का आकार | 17.11 KB |
स्थापना संख्या | 839 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-05-11 |
प्रकाशन तिथि | 2021-05-11 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | intelchen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://www.notion.so/Panopto-Lecture-Downloader-FAQ-02c08a775156495598524bb4c4706d91 |
समर्थित भाषाएँ | 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';" } |