Duolingo Strengthen Skills Pro
Select which Duolingo Skills you want to strengthen
什么是Duolingo Strengthen Skills Pro?
Duolingo Strengthen Skills Pro是由Emil Bruckner开发的Chrome扩展程序,该扩展的主要功能是“Select which Duolingo Skills you want to strengthen”。
扩展截图
下载Duolingo Strengthen Skills Pro扩展crx文件
下载Duolingo Strengthen Skills Pro扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Duolingo Strengthen Skills Pro helps you to get all your skills to gold! Instead of using the old strengthen skills button, you can now use the Pro Version. It lets you choose what you want to strengthen. By for example only exercising your weakest strengths you can get to fluency much faster. Note: This may not work for everyone, please contact if it doesn't! Disclaimer: This is not made by Duolingo.
扩展基本信息
名称 | Duolingo Strengthen Skills Pro |
ID | ggooojmooaenngobdaacnpmonmdgfakl |
官方URL | https://chromewebstore.google.com/detail/duolingo-strengthen-skill/ggooojmooaenngobdaacnpmonmdgfakl |
简介 | Select which Duolingo Skills you want to strengthen |
文件大小 | 42.44 KB |
安装次数 | 381 |
当前版本 | 0.1.1 |
更新时间 | 2017-06-03 |
上架时间 | 2017-06-03 |
评分 | 4.20/5 共5次评分 |
开发者 | Emil Bruckner |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://hyperurl.co/extension |
帮助页面URL | http://hyperurl.co/extension |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duolingo Strengthen Skills Pro", "version": "0.1.1", "author": "Emil Bruckner", "description": "Select which Duolingo Skills you want to strengthen", "homepage_url": "http:\/\/hyperurl.co\/duo?IQid=chrome.0-1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "page_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.duolingo.com\/*", "http:\/\/www.duolingo.com\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ] } ], "web_accessible_resources": [ "script.js" ], "background": { "scripts": [ "background.js" ] } } |