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文件
下载LearnWorlds Video Speed Controller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } ] } |