Duolibro
Automatically changes the input language on duolingo.com if needed.
Cos'è Duolibro?
Duolibro è un'estensione di Chrome sviluppata da Felix Auer, e la sua funzione principale è "Automatically changes the input language on duolingo.com if needed.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Duolibro
Scarica i file di estensione Duolibro in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Duolibro |
ID | ogianofickehjjgaopiohbgjhmhbdafn |
URL Ufficiale | https://chromewebstore.google.com/detail/duolibro/ogianofickehjjgaopiohbgjhmhbdafn |
Descrizione | Automatically changes the input language on duolingo.com if needed. |
Dimensione del File | 94.71 KB |
Conteggio Installazioni | 1,173 |
Versione Corrente | 1.5.1 |
Ultimo Aggiornamento | 2016-08-03 |
Data di Pubblicazione | 2016-08-03 |
Valutazione | 3.26/5 Totale 31 Valutazioni |
Sviluppatore | Felix Auer |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://www.felixauer.com/contact.html |
Lingue Supportate | 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" ] } ] } |