LearnWorlds Video Speed Controller
Allows users to control the playback speed of their video courses.
LearnWorlds Video Speed Controller란 무엇입니까?
LearnWorlds Video Speed Controller은(는) https://www.learnworlds.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows users to control the playback speed of their video courses."입니다.
확장 프로그램 스크린샷
LearnWorlds Video Speed Controller 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The extension enables LearnWorlds school students to control the playback speed of their interactive video. Install it and a new option will appear next to the sound volume icon of your video player which will enable you to set different speeds for the video playback. A must have for flexible learners.
확장 프로그램 기본 정보
이름 | |
ID | pdoejjfjocbdegpijjilmkoebicimahh |
공식 URL | https://chrome.google.com/webstore/detail/learnworlds-video-speed-c/pdoejjfjocbdegpijjilmkoebicimahh |
설명 | Allows users to control the playback speed of their video courses. |
파일 크기 | 18.83 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2017-06-23 |
출시 날짜 | 2017-06-23 |
평점 | 3.67/5 총 9 개의 평점 |
개발자 | https://www.learnworlds.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.learnworlds.com/privacy-policy |
지원되는 언어 | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.1", "manifest_version": 2, "default_locale": "en", "permissions": [ "activeTab", "webNavigation" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-16.png" }, "content_scripts": [ { "all_frames": true, "js": [ "scripts\/vimeo.js" ], "matches": [ "*:\/\/vimeo.com\/*", "*:\/\/player.vimeo.com\/*" ], "run_at": "document_end" } ] } |