YouGlish Lookup
Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.
¿Qué es YouGlish Lookup?
YouGlish Lookup es una extensión de Chrome desarrollada por Tu Tran, y su función principal es "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión YouGlish Lookup
Descarga archivos de extensión YouGlish Lookup 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
A super simple and lightweight Chrome extension that helps you immediately use YouGlish without visiting the site, by selecting it from the context menu, or clicking on the extension icon to show the YouGlish lookup popup.
Información Básica de la Extensión
Nombre | YouGlish Lookup |
ID | nldfafdiaihciaclfkiljachinoblbko |
URL Oficial | https://chromewebstore.google.com/detail/youglish-lookup/nldfafdiaihciaclfkiljachinoblbko |
Descripción | Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text. |
Tamaño del Archivo | 18.09 KB |
Cantidad de Instalaciones | 942 |
Versión Actual | 0.0.1 |
Última Actualización | 2021-03-09 |
Fecha de Publicación | 2021-03-09 |
Calificación | 4.20/5 Total de 5 Calificaciones |
Desarrollador | Tu Tran |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouGlish Lookup", "description": "Looks up YouGlish, a tool that provides the correct pronunciation of words via YouTube videos, for the selected text.", "version": "0.0.1", "permissions": [ "contextMenus" ], "background": { "page": "background.html", "persistent": false }, "browser_action": { "default_icon": { "16": "\/img\/16x16.png", "48": "\/img\/48x48.png", "128": "\/img\/128x128.png" }, "default_popup": "index.html" }, "icons": { "16": "\/img\/16x16.png", "48": "\/img\/48x48.png", "128": "\/img\/128x128.png" } } |