Duolibro

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

Apa itu Duolibro?

Duolibro adalah ekstensi Chrome yang dikembangkan oleh Felix Auer, dan fitur utamanya adalah "Automatically changes the input language on duolingo.com if needed.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Duolibro

Unduh file ekstensi Duolibro dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Duolibro Duolibro
ID ogianofickehjjgaopiohbgjhmhbdafn
URL Resmi https://chromewebstore.google.com/detail/duolibro/ogianofickehjjgaopiohbgjhmhbdafn
Deskripsi Automatically changes the input language on duolingo.com if needed.
Ukuran File 94.71 KB
Jumlah Instalasi 1,173
Versi Saat Ini 1.5.1
Terakhir Diperbarui 2016-08-03
Tanggal Publikasi 2016-08-03
Penilaian 3.26/5 Total 31 Penilaian
Pengembang Felix Auer
Tipe Pembayaran free
URL Halaman Bantuan http://www.felixauer.com/contact.html
Bahasa yang Didukung 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"
            ]
        }
    ]
}