Duolibro
Automatically changes the input language on duolingo.com if needed.
Duolibroคืออะไร?
Duolibro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Felix Auer และคุณลักษณะหลักของมันคือ "Automatically changes the input language on duolingo.com if needed."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duolibro
ดาวน์โหลดไฟล์ส่วนขยาย Duolibro ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically changes input language on duolingo.com if needed. Currently works for QWERTY, QWERTZ, and AZERTY keyboards. Keyboard layout can be changed in options. Supported languages: Spanish, German, Russian, Ukrainian, Turkish, Norwegian, Hebrew, Vietnamese, Swedish, Danish
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Duolibro |
ID | ogianofickehjjgaopiohbgjhmhbdafn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/duolibro/ogianofickehjjgaopiohbgjhmhbdafn |
คำอธิบาย | Automatically changes the input language on duolingo.com if needed. |
ขนาดไฟล์ | 94.71 KB |
จำนวนการติดตั้ง | 1,173 |
เวอร์ชันปัจจุบัน | 1.5.1 |
อัปเดตครั้งล่าสุด | 2016-08-03 |
วันที่เผยแพร่ | 2016-08-03 |
คะแนน | 3.26/5 รวมทั้งหมด 31 คะแนน |
ผู้พัฒนา | Felix Auer |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | http://www.felixauer.com/contact.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Duolibro", "version": "1.5.1", "manifest_version": 2, "description": "Automatically changes the input language on duolingo.com if needed.", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.duolingo.com\/*" ], "js": [ "jquery.js", "spanish.js", "russian.js", "ukrainian.js", "turkish.js", "norwegian.js", "german.js", "hebrew.js", "vietnamese.js", "swedish.js", "danish.js", "duolingoext.js" ] } ] } |