Panopto Caption and Embed
Generate captions and a responsive video embed code for Panopto videos in one click.
What is Panopto Caption and Embed?
Panopto Caption and Embed is a Chrome extension developed by dearjohnm, and its main feature is "Generate captions and a responsive video embed code for Panopto videos in one click.".
Extension Screenshots
Download Panopto Caption and Embed Extension CRX File
Download Panopto Caption and Embed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Panopto Caption and Embed saves you tedious amounts of clicking and HTML code editing by generating automatic captions and copying a responsive video embed code to your clipboard with the push of a button. No more navigating menus in Panopto's video edit screen or fiddling with HTML code to get a fluid width video player. Simply navigate to a Panopto video in edit mode, click on the extension icon to open the menu, and click submit.
Extension Basic Information
Name | Panopto Caption and Embed |
ID | ddfopaapnemkaehoiecihbfipmmkdmnk |
Official URL | https://chromewebstore.google.com/detail/panopto-caption-and-embed/ddfopaapnemkaehoiecihbfipmmkdmnk |
Description | Generate captions and a responsive video embed code for Panopto videos in one click. |
File Size | 16.01 KB |
Installation Count | 54 |
Current Version | 1.2 |
Last Updated | 2023-12-21 |
Publish Date | 2023-08-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | dearjohnm |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Panopto Caption and Embed", "action": { "default_popup": "popup.html" }, "manifest_version": 3, "version": "1.2", "description": "Generate captions and a responsive video embed code for Panopto videos in one click.", "permissions": [ "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/*.hosted.panopto.com\/" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |