Duolingo: Turn tree upside down
Simply turns the Duolingo skill tree upside down
什么是Duolingo: Turn tree upside down?
Duolingo: Turn tree upside down是由asininus开发的Chrome扩展程序,该扩展的主要功能是“Simply turns the Duolingo skill tree upside down”。
扩展截图
下载Duolingo: Turn tree upside down扩展crx文件
下载Duolingo: Turn tree upside down扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension makes it easier to start the next lesson by turning the skill tree upside down, so the next lesson is always at the top of the page. Also, when you click on a lesson once, it will load it immediately; when you hold it down, it will open the menu as usual.
扩展基本信息
名称 | |
ID | adcehjegckhlfobdbfblihaehmgnbmll |
官方URL | https://chrome.google.com/webstore/detail/duolingo-turn-tree-upside/adcehjegckhlfobdbfblihaehmgnbmll |
简介 | Simply turns the Duolingo skill tree upside down |
文件大小 | 4.42 KB |
安装次数 | 193 |
当前版本 | 1.0.0 |
更新时间 | 2015-12-09 |
上架时间 | 2015-12-09 |
评分 | 2.33/5 共9次评分 |
开发者 | asininus |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Duolingo: Turn tree upside down", "short_name": "duolingo-treeverse", "description": "Simply turns the Duolingo skill tree upside down", "version": "1.0.0", "minimum_chrome_version": "38", "content_scripts": [ { "matches": [ "https:\/\/*.duolingo.com\/*" ], "js": [ "main.js" ] } ], "web_accessible_resources": [ "script.js" ] } |