Panopto Caption and Embed
Generate captions and a responsive video embed code for Panopto videos in one click.
Qu'est-ce que Panopto Caption and Embed ?
Panopto Caption and Embed est une extension Chrome développée par dearjohnm, et sa fonction principale est "Generate captions and a responsive video embed code for Panopto videos in one click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Panopto Caption and Embed
Téléchargez les fichiers d'extension Panopto Caption and Embed au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Panopto Caption and Embed |
ID | ddfopaapnemkaehoiecihbfipmmkdmnk |
URL Officiel | 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. |
Taille du Fichier | 16.01 KB |
Nombre d'Installations | 54 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2023-12-21 |
Date de Publication | 2023-08-27 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | dearjohnm |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |