Airport1 Duolingo Improvement
Use space bar (instead of mouse) to activate microphone in Duolingo.
Wat is Airport1 Duolingo Improvement?
Airport1 Duolingo Improvement is een Chrome-extensie ontwikkeld door Airport1, en de belangrijkste functie is "Use space bar (instead of mouse) to activate microphone in Duolingo.".
Extensie Screenshots
Download het CRX-bestand van de extensie Airport1 Duolingo Improvement
Download Airport1 Duolingo Improvement-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Airport1 Duolingo Improvement |
ID | ldgljcgmfgjjjenhdoklnfciiaklochp |
Officiële URL | https://chromewebstore.google.com/detail/airport1-duolingo-improve/ldgljcgmfgjjjenhdoklnfciiaklochp |
Beschrijving | Use space bar (instead of mouse) to activate microphone in Duolingo. |
Bestandsgrootte | 177 KB |
Aantal Installaties | 82 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2017-03-20 |
Publicatiedatum | 2017-03-20 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Airport1 |
Betalingswijze | free |
Extensiewebsite | http://www.airport1.de/ |
Ondersteunde Talen | 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\/*" ] } ] } |