Panopto Downloader
Downloads Panopto videos. Tested with the University of Cambridge Panopto website.
Panopto Downloaderคืออะไร?
Panopto Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bentley Carr และคุณลักษณะหลักของมันคือ "Downloads Panopto videos. Tested with the University of Cambridge Panopto website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Panopto Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Panopto Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
NOTE: It has come to my attention that sadly Panopto Downloader no longer works for some organisations. There may be an update in the upcoming months. Thank you to everyone who have supported Panopto Downloader up until now. __________________________________ Downloads Panopto videos. Tested with the University of Cambridge Panopto website. Panpoto Downloader is in no way affiliated with Panopto. You should check with your institution to determine whether you are permitted to store downloads of recordings before using this tool.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jcgoagdconfndcjginjeokegdpahebno |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/panopto-downloader/jcgoagdconfndcjginjeokegdpahebno |
คำอธิบาย | Downloads Panopto videos. Tested with the University of Cambridge Panopto website. |
ขนาดไฟล์ | 31.18 KB |
จำนวนการติดตั้ง | 16,288 |
เวอร์ชันปัจจุบัน | 1.3.2 |
อัปเดตครั้งล่าสุด | 2021-07-31 |
วันที่เผยแพร่ | 2020-09-24 |
คะแนน | 4.48/5 รวมทั้งหมด 44 คะแนน |
ผู้พัฒนา | Bentley Carr |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Yharooer/panopto-downloader-chrome |
URL หน้าช่วยเหลือ | https://github.com/Yharooer/panopto-downloader-chrome/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Panopto Downloader", "version": "1.3.2", "description": "Downloads Panopto videos. Tested with the University of Cambridge Panopto website.", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "downloads", "activeTab", "https:\/\/*.panopto.eu\/*", "https:\/\/*.panopto.com\/*" ], "content_scripts": [ { "js": [ "panoptodl.js" ], "matches": [ "https:\/\/*.panopto.eu\/*", "https:\/\/*.panopto.com\/*" ] } ] } |