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"입니다.

확장 프로그램 스크린샷

screenshot

Echo360Shortcuts 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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\/"
    ]
}