LearnWorlds Video Speed Controller
Allows users to control the playback speed of their video courses.
Qu'est-ce que LearnWorlds Video Speed Controller ?
LearnWorlds Video Speed Controller est une extension Chrome développée par https://www.learnworlds.com, et sa fonction principale est "Allows users to control the playback speed of their video courses.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LearnWorlds Video Speed Controller
Téléchargez les fichiers d'extension LearnWorlds Video Speed Controller 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
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.
Informations de Base sur l'Extension
Nom | |
ID | pdoejjfjocbdegpijjilmkoebicimahh |
URL Officiel | https://chrome.google.com/webstore/detail/learnworlds-video-speed-c/pdoejjfjocbdegpijjilmkoebicimahh |
Description | Allows users to control the playback speed of their video courses. |
Taille du Fichier | 18.83 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-06-23 |
Date de Publication | 2017-06-23 |
Évaluation | 3.67/5 Total 9 Évaluations |
Développeur | https://www.learnworlds.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.learnworlds.com/privacy-policy |
Langues Prises en Charge | 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" } ] } |