Duolingo: Turn tree upside down
Simply turns the Duolingo skill tree upside down
Что такое Duolingo: Turn tree upside down?
Duolingo: Turn tree upside down - это расширение Chrome, разработанное asininus, и его основная функция - "Simply turns the Duolingo skill tree upside down".
Снимки экрана расширения
Скачать файл CRX расширения Duolingo: Turn tree upside down
Скачайте файлы расширений 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" ] } |