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 |
官方網址 | 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" } ] } |