Duolibro
Automatically changes the input language on duolingo.com if needed.
Qu'est-ce que Duolibro ?
Duolibro est une extension Chrome développée par Felix Auer, et sa fonction principale est "Automatically changes the input language on duolingo.com if needed.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Duolibro
Téléchargez les fichiers d'extension Duolibro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Duolibro |
ID | ogianofickehjjgaopiohbgjhmhbdafn |
URL Officiel | https://chromewebstore.google.com/detail/duolibro/ogianofickehjjgaopiohbgjhmhbdafn |
Description | Automatically changes the input language on duolingo.com if needed. |
Taille du Fichier | 94.71 KB |
Nombre d'Installations | 1,173 |
Version Actuelle | 1.5.1 |
Dernière Mise à Jour | 2016-08-03 |
Date de Publication | 2016-08-03 |
Évaluation | 3.26/5 Total 31 Évaluations |
Développeur | Felix Auer |
Type de Paiement | free |
URL de la Page d'Aide | http://www.felixauer.com/contact.html |
Langues Prises en Charge | 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" ] } ] } |