Kaltura Speed Manager
Add speed option bar to Kaltura video player
Kaltura Speed Manager란 무엇입니까?
Kaltura Speed Manager은(는) das08에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add speed option bar to Kaltura video player"입니다.
확장 프로그램 스크린샷
Kaltura Speed Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Kalturaの動画プレイヤーに速度調整バーを追加します。Kalturaはデフォルトでは1x, 2x, 3xぼ再生速度しか選択できませんが、本拡張機能では0.25xや1.25x, 1.50xなどでも動画を再生することができます。 また、一時停止や10秒飛ばしなどの後でも設定した再生速度で引き続き動画を視聴することができます。
확장 프로그램 기본 정보
이름 | Kaltura Speed Manager |
ID | feochmandmmpboefplmnhpbkidegdjkk |
공식 URL | https://chromewebstore.google.com/detail/kaltura-speed-manager/feochmandmmpboefplmnhpbkidegdjkk |
설명 | Add speed option bar to Kaltura video player |
파일 크기 | 33.64 KB |
설치 횟수 | 279 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-06-15 |
출시 날짜 | 2020-06-13 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | das08 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kaltura Speed Manager", "description": "Add speed option bar to Kaltura video player", "version": "1.0.0", "manifest_version": 2, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "16": "img\/icon16.png", "24": "img\/icon24.png", "32": "img\/icon32.png" }, "default_title": "kaltura Speed Manager" }, "content_scripts": [ { "all_frames": true, "js": [ "content_script.js" ], "css": [ "css\/custom-kaltura.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "web_accessible_resources": [ "css\/custom-kaltura.css" ] } |