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 - это расширение Chrome, разработанное Madlucas Productions, и его основная функция - "Gives you more control over the speed of your re:Invent videos.".
Снимки экрана расширения
Скачать файл CRX расширения re:Invent Video Speed Controls
Скачайте файлы расширений 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
} | |