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" ] } |