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