ESL fast controller

ESL fast controller

什麼是ESL fast controller?

ESL fast controller是由edesalmos開發的Chrome擴展程式,該擴展的主要功能是“ESL fast controller”。

下載ESL fast controller擴展crx文件

下載ESL fast controller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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)                    

擴展基本資訊

名稱 ESL fast controller ESL fast controller
ID eljaicpjgaabfeedobfjadaccpdfhoce
官方網址 https://chromewebstore.google.com/detail/esl-fast-controller/eljaicpjgaabfeedobfjadaccpdfhoce
簡介 ESL fast controller
檔案大小 4.1 KB
安裝次數 16
目前版本 1.2
更新時間 2015-08-16
上架時間 2015-08-16
評分 5.00/5 共 1 次評分
開發者 edesalmos
付費類型 free
支援的語言 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\/*"
    ]
}