Gloss: Learn Languages
Helps you learn languages by translating words and phrases on the websites you visit
Gloss: Learn Languagesคืออะไร?
Gloss: Learn Languages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://glossolaliasoftware.com และคุณลักษณะหลักของมันคือ "Helps you learn languages by translating words and phrases on the websites you visit"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gloss: Learn Languages
ดาวน์โหลดไฟล์ส่วนขยาย Gloss: Learn Languages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Gloss teaches you foreign languages by automatically using Google Translate to translate a few of the words and phrases on the sites you visit into the language of your choice. Each time you load a new web page or new content in Chrome some of the words on the page are translated into the language you're learning, marked in bright red. This lets you learn the words in context while you browse the Internet. You can disable or enable translation for specific websites or for all web pages by clicking the icon in the Chrome toolbar. There's also a snooze button you can click if you just want to take a short break. You can read the original untranslated text or hear the pronunciation of a phrase by hovering over the translation. Gloss selectively picks combinations of common nouns, verbs, adjectives and articles that will be particularly useful to learn. It includes preceding articles and grammatically significant words to help you learn verb conjugations and tenses, adjective forms and noun genders. It also makes sure to pick the same phrases for translation each time you revisit a web page so that you can reinforce the same words and phrases multiple times. When used alongside more traditional language learning tools like books and courses it's a great way to learn new terms and reinforce existing vocabulary. We support over thirty languages completely free including Spanish, French, German, Latin, Italian, Japanese, Chinese and Russian. We're constantly working to add new languages - please contact us if there's a specific one you'd like to see soon. Learn more from our FAQ at https://www.glossolaliasoftware.com/ Supported Languages: Arabic Bengali Bulgarian Chinese (Simplified) Chinese (Traditional) Croatian Danish Dutch Esperanto Filipino Finnish French Galician German Greek Hebrew Hindi Italian Japanese Korean Latin Norwegian Polish Portuguese Romanian Russian Scots Gaelic Spanish Swedish Thai Turkish Vietnamese Welsh Xhosa Yiddish
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cadmlempckeoanlfpdnalmhfmjpifaeb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/gloss-learn-languages/cadmlempckeoanlfpdnalmhfmjpifaeb |
คำอธิบาย | Helps you learn languages by translating words and phrases on the websites you visit |
ขนาดไฟล์ | 451 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.3.16 |
อัปเดตครั้งล่าสุด | 2020-03-16 |
วันที่เผยแพร่ | 2020-03-13 |
คะแนน | 4.00/5 รวมทั้งหมด 25 คะแนน |
ผู้พัฒนา | http://glossolaliasoftware.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.glossolaliasoftware.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gloss: Learn Languages", "description": "Helps you learn languages by translating words and phrases on the websites you visit", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkKaOMNXgBVXSl4xUWPMlI5uaDYgpo2hPdUqt++62jsoxfIzGvncwBrKbcAuPuhJxFagv1dMzxG8ZJhLhDG9pSlEa3s4tZ3Jaav0zfjYPHk\/Vfc2CjZ3IZOR2bOfaQxjXu3g6o7kdfkU9aoj8+buggBMyjbJfstZHUzUt5I6PMv5mwPcMUeQxnaIyCygwMyfMpxxoJ60GR0rD4mjikrOfsGlajLpByW4nK2uBbzwJz5HsGHpHNtKnR5zu1P2CtyFxl4aFkNCGIPyMIKT4IYwQag+TVGxw3\/C+OEhrzpqdPi3F9\/on1WwFIM6sDgPLbq1pCRW9ze23Xe9MVnXRX5wJFQIDAQAB", "version": "1.3.16", "background": { "scripts": [ "lib\/jquery-2.2.3.min.js", "lib\/lodash.min.js", "background.js" ] }, "icons": { "128": "static\/gloss_app_icon.png" }, "browser_action": { "default_title": "Disable Gloss", "default_popup": "popup.html", "default_icon": { "16": "static\/gloss_bar_icon.png", "32": "static\/gloss_bar_icon32.png", "48": "static\/gloss_bar_icon48.png", "64": "static\/gloss_bar_icon64.png" } }, "permissions": [ "storage", "tabs", "tts" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "lib\/seedrandom.min.js", "lib\/jquery-2.2.3.min.js", "lib\/lodash.min.js", "lib\/jquery-ui.min.js", "content.js" ], "css": [ "content.css", "tipped.css", "jquery-ui.min.css", "jquery-ui.structure.min.css", "jquery-ui.theme.min.css" ] } ], "web_accessible_resources": [ "static\/pronounce.png" ] } |