Hello Vocabulary
Should I memorize this vocabulary
¿Qué es Hello Vocabulary?
Hello Vocabulary es una extensión de Chrome desarrollada por coherence0815, y su función principal es "Should I memorize this vocabulary".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Hello Vocabulary
Descarga archivos de extensión Hello Vocabulary en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
When I visited a website, there were some vocabularies that I didn't know what they mean. I looked up the dictionary to see their meanings. At that moment, there was one thing coming into my mind. How can I know if I should memorize those vocabularies or not? If those vocabularies are popular in the TOEFL, IELTS, etc., I should definitely memorize them. As the result, I built this tool to see if I should memorize those vocabularies or not.
Información Básica de la Extensión
Nombre | Hello Vocabulary |
ID | klgmnlnhghflkhmckiajnkllfjkgkiji |
URL Oficial | https://chromewebstore.google.com/detail/hello-vocabulary/klgmnlnhghflkhmckiajnkllfjkgkiji |
Descripción | Should I memorize this vocabulary |
Tamaño del Archivo | 58.93 KB |
Cantidad de Instalaciones | 59 |
Versión Actual | 1.2 |
Última Actualización | 2016-11-20 |
Fecha de Publicación | 2016-11-20 |
Desarrollador | coherence0815 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/HemingwayLee/HelloVocabulary |
URL de la Página de Ayuda | https://github.com/HemingwayLee/HelloVocabulary |
Idiomas Soportados | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hello Vocabulary", "description": "Should I memorize this vocabulary", "version": "1.2", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "activeTab" ] } |