ESL fast controller
ESL fast controller
ESL fast controller란 무엇입니까?
ESL fast controller은(는) edesalmos에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ESL fast controller"입니다.
ESL fast controller 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
ID | eljaicpjgaabfeedobfjadaccpdfhoce |
공식 URL | 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\/*" ] } |