Duolibro

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

Hvad er Duolibro?

Duolibro er en Chrome-udvidelse udviklet af Felix Auer, og dens hovedfunktion er "Automatically changes the input language on duolingo.com if needed.".

Udvidelsesskærmbilleder

screenshot

Download Duolibro-udvidelses-CRX-fil

Download Duolibro-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Duolibro Duolibro
ID ogianofickehjjgaopiohbgjhmhbdafn
Officiel URL https://chromewebstore.google.com/detail/duolibro/ogianofickehjjgaopiohbgjhmhbdafn
Beskrivelse Automatically changes the input language on duolingo.com if needed.
Filstørrelse 94.71 KB
Antal Installationer 1,173
Nuværende Version 1.5.1
Senest Opdateret 2016-08-03
Udgivelsesdato 2016-08-03
Bedømmelse 3.26/5 Samlet 31 Bedømmelser
Udvikler Felix Auer
Betalingsmetode free
Hjælpeside-URL http://www.felixauer.com/contact.html
Understøttede Sprog 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"
            ]
        }
    ]
}