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ファイルをダウンロード

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