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 |
| Eメール | [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"
}
} | |