ESL fast controller
ESL fast controller
ESL fast controller क्या है?
ESL fast controller edesalmos द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ESL fast controller"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ESL fast controller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } |