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 |
| 官方URL | 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"
}
} | |