re:Invent Video Speed Controls
Gives you more control over the speed of your re:Invent videos.
Qu'est-ce que re:Invent Video Speed Controls ?
re:Invent Video Speed Controls est une extension Chrome développée par Madlucas Productions, et sa fonction principale est "Gives you more control over the speed of your re:Invent videos.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension re:Invent Video Speed Controls
Téléchargez les fichiers d'extension re:Invent Video Speed Controls au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | re:Invent Video Speed Controls |
ID | omibjdfmphnoegpgdbiclekheecobppo |
URL Officiel | https://chromewebstore.google.com/detail/reinvent-video-speed-cont/omibjdfmphnoegpgdbiclekheecobppo |
Description | Gives you more control over the speed of your re:Invent videos. |
Taille du Fichier | 21.35 KB |
Nombre d'Installations | 83 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2020-12-02 |
Date de Publication | 2020-12-02 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Madlucas Productions |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |