Echo360Shortcuts
A quick and dirty chrome extension that provides common Youtube like keyboard shortcuts for controlling video on Echo360.org
Cos'è Echo360Shortcuts?
Echo360Shortcuts è un'estensione di Chrome sviluppata da quinnhosler, e la sua funzione principale è "A quick and dirty chrome extension that provides common Youtube like keyboard shortcuts for controlling video on Echo360.org".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Echo360Shortcuts
Scarica i file di estensione Echo360Shortcuts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Echo360Shortcuts |
ID | copkiepablfjbmaghpblfpgfdppbhofg |
URL Ufficiale | https://chromewebstore.google.com/detail/echo360shortcuts/copkiepablfjbmaghpblfpgfdppbhofg |
Descrizione | A quick and dirty chrome extension that provides common Youtube like keyboard shortcuts for controlling video on Echo360.org |
Dimensione del File | 78.63 KB |
Conteggio Installazioni | 118 |
Versione Corrente | 1.1.6 |
Ultimo Aggiornamento | 2017-09-04 |
Data di Pubblicazione | 2017-09-04 |
Valutazione | 4.20/5 Totale 5 Valutazioni |
Sviluppatore | quinnhosler |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/quinnhosler/Echo360Shortcut |
Lingue Supportate | 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\/" ] } |