ESL fast controller
ESL fast controller
Wat is ESL fast controller?
ESL fast controller is een Chrome-extensie ontwikkeld door edesalmos, en de belangrijkste functie is "ESL fast controller".
Download het CRX-bestand van de extensie ESL fast controller
Download ESL fast controller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
ESL fast controller
This extension provides 5 convenient hotkeys in eslfast.com. They are as follows:
u - play or pause audio
j - rewind one second
l - fast forward one second
i - previous story
k - next story
(If you put your right index finger on the j key, then j, l, i, and k will be laid out in same position as the left, right, up, and down keys with your index finger on the left button. As the u key is next to i key, use your index finger to hit it.)
Ez a kiterjesztés nyújt pár gyorsbillentyűt az eslfast.com oldalhoz.
u - hang indítása, vagy megállítása
j - vissza ugrik 1 másodpercet
l - előre ugrik 1 másodpercet
i - előző lecke
k - következő lecke
(ha a mutatóujjad a j betűre teszed, akkor ugyanúgy helyezkedik el a j, l, k, i mint a balra, jobra, le, fel, ha a mutatóujjad a bal gombra teszed,
az u pedig az i mellett van, szerintem a legkényelmesebb, ha a mutatóujjaddal használod) Basisinformatie over de Extensie
| Naam | |
| ID | eljaicpjgaabfeedobfjadaccpdfhoce |
| Officiële URL | https://chromewebstore.google.com/detail/esl-fast-controller/eljaicpjgaabfeedobfjadaccpdfhoce |
| Beschrijving | ESL fast controller |
| Bestandsgrootte | 4.1 KB |
| Aantal Installaties | 16 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2015-08-16 |
| Publicatiedatum | 2015-08-16 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | edesalmos |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ESL fast controller",
"description": "ESL fast controller",
"version": "1.2",
"content_scripts": [
{
"matches": [
"http:\/\/*.eslfast.com\/*",
"http:\/\/eslfast.com\/*"
],
"js": [
"eslfast.js"
],
"run_at": "document_end"
}
],
"permissions": [
"activeTab",
"http:\/\/*.eslfast.com\/*",
"http:\/\/eslfast.com\/*"
]
} | |