Duolingo: Turn tree upside down
Simply turns the Duolingo skill tree upside down
Apa itu Duolingo: Turn tree upside down?
Duolingo: Turn tree upside down adalah ekstensi Chrome yang dikembangkan oleh asininus, dan fitur utamanya adalah "Simply turns the Duolingo skill tree upside down".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Duolingo: Turn tree upside down
Unduh file ekstensi Duolingo: Turn tree upside down dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | adcehjegckhlfobdbfblihaehmgnbmll |
URL Resmi | https://chrome.google.com/webstore/detail/duolingo-turn-tree-upside/adcehjegckhlfobdbfblihaehmgnbmll |
Deskripsi | Simply turns the Duolingo skill tree upside down |
Ukuran File | 4.42 KB |
Jumlah Instalasi | 193 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2015-12-09 |
Tanggal Publikasi | 2015-12-09 |
Penilaian | 2.33/5 Total 9 Penilaian |
Pengembang | asininus |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |