Duolibro
Automatically changes the input language on duolingo.com if needed.
Wat is Duolibro?
Duolibro is een Chrome-extensie ontwikkeld door Felix Auer, en de belangrijkste functie is "Automatically changes the input language on duolingo.com if needed.".
Extensie Screenshots
Download het CRX-bestand van de extensie Duolibro
Download Duolibro-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
Automatically changes input language on duolingo.com if needed. Currently works for QWERTY, QWERTZ, and AZERTY keyboards. Keyboard layout can be changed in options. Supported languages: Spanish, German, Russian, Ukrainian, Turkish, Norwegian, Hebrew, Vietnamese, Swedish, Danish
Basisinformatie over de Extensie
Naam | Duolibro |
ID | ogianofickehjjgaopiohbgjhmhbdafn |
Officiële URL | https://chromewebstore.google.com/detail/duolibro/ogianofickehjjgaopiohbgjhmhbdafn |
Beschrijving | Automatically changes the input language on duolingo.com if needed. |
Bestandsgrootte | 94.71 KB |
Aantal Installaties | 1,173 |
Huidige Versie | 1.5.1 |
Laatst Bijgewerkt | 2016-08-03 |
Publicatiedatum | 2016-08-03 |
Beoordeling | 3.26/5 Totaal 31 Beoordelingen |
Ontwikkelaar | Felix Auer |
Betalingswijze | free |
Help Pagina-URL | http://www.felixauer.com/contact.html |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Duolibro", "version": "1.5.1", "manifest_version": 2, "description": "Automatically changes the input language on duolingo.com if needed.", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.duolingo.com\/*" ], "js": [ "jquery.js", "spanish.js", "russian.js", "ukrainian.js", "turkish.js", "norwegian.js", "german.js", "hebrew.js", "vietnamese.js", "swedish.js", "danish.js", "duolingoext.js" ] } ] } |