Panopto Caption and Embed
Generate captions and a responsive video embed code for Panopto videos in one click.
什麼是Panopto Caption and Embed?
Panopto Caption and Embed是由dearjohnm開發的Chrome擴展程式,該擴展的主要功能是“Generate captions and a responsive video embed code for Panopto videos in one click.”。
擴展截圖
下載Panopto Caption and Embed擴展crx文件
下載Panopto Caption and Embed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | ddfopaapnemkaehoiecihbfipmmkdmnk |
| 官方網址 | https://chromewebstore.google.com/detail/panopto-caption-and-embed/ddfopaapnemkaehoiecihbfipmmkdmnk |
| 簡介 | Generate captions and a responsive video embed code for Panopto videos in one click. |
| 檔案大小 | 16.01 KB |
| 安裝次數 | 54 |
| 目前版本 | 1.2 |
| 更新時間 | 2023-12-21 |
| 上架時間 | 2023-08-27 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | dearjohnm |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | 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"
}
} | |