re:Invent Video Speed Controls
Gives you more control over the speed of your re:Invent videos.
什么是re:Invent Video Speed Controls?
re:Invent Video Speed Controls是由Madlucas Productions开发的Chrome扩展程序,该扩展的主要功能是“Gives you more control over the speed of your re:Invent videos.”。
扩展截图
下载re:Invent Video Speed Controls扩展crx文件
下载re:Invent Video Speed Controls扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
AWS re:Invent 2020 is free to everyone, but the video player only offers 0.5x, normal, 2x and 4x playback speeds. This tool adds a variety of additional options so that you can speed up or slow down keynotes, sessions, dev chats, and more.
This makes it easier to watch and learn at a pace that's best for you. 扩展基本信息
| 名称 | |
| ID | omibjdfmphnoegpgdbiclekheecobppo |
| 官方URL | https://chromewebstore.google.com/detail/reinvent-video-speed-cont/omibjdfmphnoegpgdbiclekheecobppo |
| 简介 | Gives you more control over the speed of your re:Invent videos. |
| 文件大小 | 21.35 KB |
| 安装次数 | 83 |
| 当前版本 | 0.1 |
| 更新时间 | 2020-12-02 |
| 上架时间 | 2020-12-02 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Madlucas Productions |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "re:Invent Video Speed Controls",
"version": "0.1",
"description": "Gives you more control over the speed of your re:Invent videos.",
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images\/rv-16.png",
"32": "images\/rv-32.png",
"48": "images\/rv-48.png",
"128": "images\/rv-128.png"
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/rv-16.png",
"32": "images\/rv-32.png",
"48": "images\/rv-48.png",
"128": "images\/rv-128.png"
}
},
"manifest_version": 2
} | |