VeryMatch
Selecciona texto en ingles, tradúcelo al español y aprende de una vez esas palabras difíciles agregandolas a tu diccionario.
VeryMatchคืออะไร?
VeryMatch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://verymatch.net และคุณลักษณะหลักของมันคือ "Selecciona texto en ingles, tradúcelo al español y aprende de una vez esas palabras difíciles agregandolas a tu diccionario."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VeryMatch
ดาวน์โหลดไฟล์ส่วนขยาย VeryMatch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
VeryMatch Extensions esta diseñado para:
1.- Traducir el texto seleccionado que quieras desde cualquier página en inglés que visites.
2.- Agregar nuevo vocabulario a tu diccionario personalizado en www.verymatch.net, especialmente aquel que no logras memorizar.
Traducir es muy fácil:
1.- Al seleccionar una palabra o texto en inglés aparece el pinche amarillo.
2.- Automáticamente se traduce el texto al presionar el pinche.
Agregar al diccionario:
1.- Inicia sesión en https://www.verymatch.net
1.- Selecciona la palabra o frase corta a traducir
2.- Presiona botón agregar.
Disfruta, aprende gratis, y ayúdanos a mejorar.
Thank you verymatch. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dfebnlmipfbbcdkknblkhbhidhlglbai |
| URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/verymatch/dfebnlmipfbbcdkknblkhbhidhlglbai |
| คำอธิบาย | Selecciona texto en ingles, tradúcelo al español y aprende de una vez esas palabras difíciles agregandolas a tu diccionario. |
| ขนาดไฟล์ | 77.81 KB |
| จำนวนการติดตั้ง | 73 |
| เวอร์ชันปัจจุบัน | 2.0 |
| อัปเดตครั้งล่าสุด | 2016-01-22 |
| วันที่เผยแพร่ | 2016-01-22 |
| คะแนน | 3.80/5 รวมทั้งหมด 5 คะแนน |
| ผู้พัฒนา | http://verymatch.net |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | es |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"version": "2.0",
"short_name": "VM",
"name": "VeryMatch",
"description": "Selecciona texto en ingles, trad\u00facelo al espa\u00f1ol y aprende de una vez esas palabras dif\u00edciles agregandolas a tu diccionario.",
"permissions": [
"unlimited_storage",
"notifications",
"contextMenus",
"http:\/\/localhost:31224\/"
],
"homepage_url": "http:\/\/www.verymatch.net\/",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"24": "icon_24.png",
"48": "icon_48.png",
"96": "icon_96.png",
"128": "icon_128.png"
},
"web_accessible_resources": [
"img\/verymatch-icon.png",
"img\/cerrar.png",
"bubble\/very.js"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js",
"bubble\/very.js"
],
"css": [
"bubble\/estilo.css"
]
}
],
"sandbox": {
"pages": [
"verypop.html"
]
}
} | |