Panopto Caption and Embed
Generate captions and a responsive video embed code for Panopto videos in one click.
Wat is Panopto Caption and Embed?
Panopto Caption and Embed is een Chrome-extensie ontwikkeld door dearjohnm, en de belangrijkste functie is "Generate captions and a responsive video embed code for Panopto videos in one click.".
Extensie Screenshots
Download het CRX-bestand van de extensie Panopto Caption and Embed
Download Panopto Caption and Embed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Panopto Caption and Embed |
ID | ddfopaapnemkaehoiecihbfipmmkdmnk |
Officiële URL | https://chromewebstore.google.com/detail/panopto-caption-and-embed/ddfopaapnemkaehoiecihbfipmmkdmnk |
Beschrijving | Generate captions and a responsive video embed code for Panopto videos in one click. |
Bestandsgrootte | 16.01 KB |
Aantal Installaties | 54 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2023-12-21 |
Publicatiedatum | 2023-08-27 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | dearjohnm |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |