Duolibro
Automatically changes the input language on duolingo.com if needed.
O que é Duolibro?
Duolibro é uma extensão do Chrome desenvolvida por Felix Auer, e sua principal característica é "Automatically changes the input language on duolingo.com if needed.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Duolibro
Baixe arquivos de extensão Duolibro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Duolibro |
ID | ogianofickehjjgaopiohbgjhmhbdafn |
URL Oficial | https://chromewebstore.google.com/detail/duolibro/ogianofickehjjgaopiohbgjhmhbdafn |
Descrição | Automatically changes the input language on duolingo.com if needed. |
Tamanho do Arquivo | 94.71 KB |
Contagem de Instalações | 1,173 |
Versão Atual | 1.5.1 |
Última Atualização | 2016-08-03 |
Data de Publicação | 2016-08-03 |
Classificação | 3.26/5 Total de 31 Avaliações |
Desenvolvedor | Felix Auer |
Tipo de Pagamento | free |
URL da Página de Ajuda | http://www.felixauer.com/contact.html |
Idiomas Suportados | 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" ] } ] } |