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 |
官方網址 | 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" ] } |