Echo360Shortcuts
A quick and dirty chrome extension that provides common Youtube like keyboard shortcuts for controlling video on Echo360.org
什么是Echo360Shortcuts?
Echo360Shortcuts是由quinnhosler开发的Chrome扩展程序,该扩展的主要功能是“A quick and dirty chrome extension that provides common Youtube like keyboard shortcuts for controlling video on Echo360.org”。
扩展截图
下载Echo360Shortcuts扩展crx文件
下载Echo360Shortcuts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
UCCOM student? Check out "UCCOM Extension"; It includes these shortcuts and more! This extension provides simple keyboard shortcuts for the current (new) Echo360 video player. The shortcuts are modeled after Youtube's and are listed in the extension popup. This extension was created quickly and was meant as a personal extension; however all are welcome to use it. A copy of the source code can be found on the website link. UPDATE 1.16: Speed and play/pause will work when multiple videos are displayed. Internal Echo360 error prevents skipping while multiple videos are playing. UPDATE 1.1.5: Made spacebar control more reliable, should work on second keypress if the first does not correctly control the video. Due to Echo360's underlying code, this may be as good as we're able to get.
扩展基本信息
名称 | Echo360Shortcuts |
ID | copkiepablfjbmaghpblfpgfdppbhofg |
官方URL | https://chromewebstore.google.com/detail/echo360shortcuts/copkiepablfjbmaghpblfpgfdppbhofg |
简介 | A quick and dirty chrome extension that provides common Youtube like keyboard shortcuts for controlling video on Echo360.org |
文件大小 | 78.63 KB |
安装次数 | 118 |
当前版本 | 1.1.6 |
更新时间 | 2017-09-04 |
上架时间 | 2017-09-04 |
评分 | 4.20/5 共5次评分 |
开发者 | quinnhosler |
付费类型 | free |
扩展官网 | https://github.com/quinnhosler/Echo360Shortcut |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Echo360Shortcuts", "description": "A quick and dirty chrome extension that provides common Youtube like keyboard shortcuts for controlling video on Echo360.org", "version": "1.1.6", "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "https:\/\/echo360.org\/", "http:\/\/echo360.org\/" ] } |