Duolibro

Automatically changes the input language on duolingo.com if needed.

What is Duolibro?

Duolibro is a Chrome extension developed by Felix Auer, and its main feature is "Automatically changes the input language on duolingo.com if needed.".

Extension Screenshots

screenshot

Download Duolibro Extension CRX File

Download Duolibro 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

                        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                    

Extension Basic Information

Name Duolibro Duolibro
ID ogianofickehjjgaopiohbgjhmhbdafn
Official URL https://chromewebstore.google.com/detail/duolibro/ogianofickehjjgaopiohbgjhmhbdafn
Description Automatically changes the input language on duolingo.com if needed.
File Size 94.71 KB
Installation Count 1,173
Current Version 1.5.1
Last Updated 2016-08-03
Publish Date 2016-08-03
Rating 3.26/5 Total 31 Ratings
Developer Felix Auer
Payment Type free
Help Page URL http://www.felixauer.com/contact.html
Supported Languages 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"
            ]
        }
    ]
}