Word of the Tab

A chrome new tab extension that displays a random Spanish word and its translation

¿Qué es Word of the Tab?

Word of the Tab es una extensión de Chrome desarrollada por Mikey Inc, y su función principal es "A chrome new tab extension that displays a random Spanish word and its translation".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Word of the Tab

Descarga archivos de extensión Word of the Tab 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

                        This new tab extension is perfect for passively learning new Spanish vocabulary words! Every time you open a new tab, a new word will be displayed in English and in Spanish! 

More languages are in development as well, if you'd like to suggest a language to be added, send me an email.                    

Información Básica de la Extensión

Nombre Word of the Tab Word of the Tab
ID dfpekalnblaejelchmifjcphhlgpgmmo
URL Oficial https://chromewebstore.google.com/detail/word-of-the-tab/dfpekalnblaejelchmifjcphhlgpgmmo
Descripción A chrome new tab extension that displays a random Spanish word and its translation
Tamaño del Archivo 2.8 MB
Cantidad de Instalaciones 76
Versión Actual 1.0.0
Última Actualización 2017-06-17
Fecha de Publicación 2017-06-17
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Mikey Inc
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word of the Tab",
    "description": "A chrome new tab extension that displays a random Spanish word and its translation",
    "version": "1.0.0",
    "chrome_url_overrides": {
        "newtab": "spanTab.html"
    },
    "options_ui": {
        "page": "optionsPage.html",
        "chrome_style": true
    },
    "icons": {
        "128": "images\/ext-icon.png"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2
}