Duolibro
Automatically changes the input language on duolingo.com if needed.
什么是Duolibro?
Duolibro是由Felix Auer开发的Chrome扩展程序,该扩展的主要功能是“Automatically changes the input language on duolingo.com if needed.”。
扩展截图
下载Duolibro扩展crx文件
下载Duolibro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Duolibro |
ID | ogianofickehjjgaopiohbgjhmhbdafn |
官方URL | https://chromewebstore.google.com/detail/duolibro/ogianofickehjjgaopiohbgjhmhbdafn |
简介 | Automatically changes the input language on duolingo.com if needed. |
文件大小 | 94.71 KB |
安装次数 | 1,173 |
当前版本 | 1.5.1 |
更新时间 | 2016-08-03 |
上架时间 | 2016-08-03 |
评分 | 3.26/5 共31次评分 |
开发者 | Felix Auer |
付费类型 | free |
帮助页面URL | http://www.felixauer.com/contact.html |
支持的语言 | 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" ] } ] } |