Airport1 Duolingo Improvement
Use space bar (instead of mouse) to activate microphone in Duolingo.
What is Airport1 Duolingo Improvement?
Airport1 Duolingo Improvement is a Chrome extension developed by Airport1, and its main feature is "Use space bar (instead of mouse) to activate microphone in Duolingo.".
Extension Screenshots
Download Airport1 Duolingo Improvement Extension CRX File
Download Airport1 Duolingo Improvement extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
English: Simple and handy extension for Chromium browsers (like Chrome) to activate the microphone in Duolingo just by keyboard, instead of being forced to use the mouse ("please click the microphone"). Please enable extension first, after that re-load Duolingo. Deutsch: Einfache Erweiterung um Duolingo jetzt komplett mit Tastatur im Chrome bedienen zu koennen, statt das Mikrofon mit der Maus anklicken einfach nur die Space-Taste benutzen. Bitte erst Extension einschalten, danach Duolingo neu laden.
Extension Basic Information
Name | Airport1 Duolingo Improvement |
ID | ldgljcgmfgjjjenhdoklnfciiaklochp |
Official URL | https://chromewebstore.google.com/detail/airport1-duolingo-improve/ldgljcgmfgjjjenhdoklnfciiaklochp |
Description | Use space bar (instead of mouse) to activate microphone in Duolingo. |
File Size | 177 KB |
Installation Count | 82 |
Current Version | 0.1 |
Last Updated | 2017-03-20 |
Publish Date | 2017-03-20 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Airport1 |
Payment Type | free |
Extension Website | http://www.airport1.de/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Airport1 Duolingo Improvement", "description": "Use space bar (instead of mouse) to activate microphone in Duolingo.", "homepage_url": "http:\/\/www.airport1.de\/", "version": "0.1", "icons": { "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": { "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "default_popup": "src\/popup.html" }, "content_scripts": [ { "js": [ "src\/duolingo.js" ], "matches": [ "https:\/\/www.duolingo.com\/*" ] } ] } |