Panopto Caption and Embed
Generate captions and a responsive video embed code for Panopto videos in one click.
Hvad er Panopto Caption and Embed?
Panopto Caption and Embed er en Chrome-udvidelse udviklet af dearjohnm, og dens hovedfunktion er "Generate captions and a responsive video embed code for Panopto videos in one click.".
Udvidelsesskærmbilleder
Download Panopto Caption and Embed-udvidelses-CRX-fil
Download Panopto Caption and Embed-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Panopto Caption and Embed |
ID | ddfopaapnemkaehoiecihbfipmmkdmnk |
Officiel URL | https://chromewebstore.google.com/detail/panopto-caption-and-embed/ddfopaapnemkaehoiecihbfipmmkdmnk |
Beskrivelse | Generate captions and a responsive video embed code for Panopto videos in one click. |
Filstørrelse | 16.01 KB |
Antal Installationer | 54 |
Nuværende Version | 1.2 |
Senest Opdateret | 2023-12-21 |
Udgivelsesdato | 2023-08-27 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | dearjohnm |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |