ESL fast controller
ESL fast controller
ESL fast controller là gì?
ESL fast controller là một tiện ích mở rộng Chrome được phát triển bởi edesalmos, và tính năng chính của nó là "ESL fast controller".
Tải xuống tệp CRX của tiện ích mở rộng ESL fast controller
Tải xuống các tệp mở rộng ESL fast controller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ESL fast controller |
ID | eljaicpjgaabfeedobfjadaccpdfhoce |
URL Chính Thức | https://chromewebstore.google.com/detail/esl-fast-controller/eljaicpjgaabfeedobfjadaccpdfhoce |
Mô tả | ESL fast controller |
Kích Thước Tệp | 4.1 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-08-16 |
Ngày Phát Hành | 2015-08-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | edesalmos |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |