ESL fast controller

ESL fast controller

O que é ESL fast controller?

ESL fast controller é uma extensão do Chrome desenvolvida por edesalmos, e sua principal característica é "ESL fast controller".

Baixar o arquivo CRX da Extensão ESL fast controller

Baixe arquivos de extensão ESL fast controller no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome ESL fast controller ESL fast controller
ID eljaicpjgaabfeedobfjadaccpdfhoce
URL Oficial https://chromewebstore.google.com/detail/esl-fast-controller/eljaicpjgaabfeedobfjadaccpdfhoce
Descrição ESL fast controller
Tamanho do Arquivo 4.1 KB
Contagem de Instalações 16
Versão Atual 1.2
Última Atualização 2015-08-16
Data de Publicação 2015-08-16
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor edesalmos
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}