Esperanto
A plugin for learning languages
Esperantoคืออะไร?
Esperanto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nhamlevan และคุณลักษณะหลักของมันคือ "A plugin for learning languages"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Esperanto
ดาวน์โหลดไฟล์ส่วนขยาย Esperanto ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Have you ever wondered: "How much can I read after finishing this language course?". If the answer is yes, then this extension is for you. Introducing Esperanto, an extension that will highlight every word in your predefined word list in a website. Don't know if learning German just on Duolingo is enough? Head to German Wikipedia and see how much you can read after finishing the course. To lazy to compile your own word list? Don't worry, head to the plugin website to download from our prepared word lists. Happy learning.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | polehohpiildedlcimlencodbghhbcaa |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/esperanto/polehohpiildedlcimlencodbghhbcaa |
คำอธิบาย | A plugin for learning languages |
ขนาดไฟล์ | 18.93 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2017-04-15 |
วันที่เผยแพร่ | 2017-04-15 |
ผู้พัฒนา | nhamlevan |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://nhamlv-55.github.io/Esperanto/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Esperanto", "description": "A plugin for learning languages", "version": "1.2", "browser_action": { "default_icon": "128-square.png", "default_popup": "popup.html" }, "icons": { "16": "16-square.png", "48": "48-square.png", "128": "128-square.png" }, "content_scripts": [ { "js": [ "mark.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "options_page": "options.html", "permissions": [ "storage", "tabs", " |