Panopto Caption and Embed
Generate captions and a responsive video embed code for Panopto videos in one click.
Vad är Panopto Caption and Embed?
Panopto Caption and Embed är en Chrome-tillägg utvecklad av dearjohnm, och dess huvudfunktion är "Generate captions and a responsive video embed code for Panopto videos in one click.".
Tilläggsskärmbilder
Ladda ner Panopto Caption and Embed-förlängningens CRX-fil
Ladda ner Panopto Caption and Embed-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ddfopaapnemkaehoiecihbfipmmkdmnk |
| Officiell webbadress | https://chromewebstore.google.com/detail/panopto-caption-and-embed/ddfopaapnemkaehoiecihbfipmmkdmnk |
| Beskrivning | Generate captions and a responsive video embed code for Panopto videos in one click. |
| Filstorlek | 16.01 KB |
| Antal Installationer | 54 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2023-12-21 |
| Publiceringsdatum | 2023-08-27 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | dearjohnm |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |