Word of the Tab

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

Wat is Word of the Tab?

Word of the Tab is een Chrome-extensie ontwikkeld door Mikey Inc, en de belangrijkste functie is "A chrome new tab extension that displays a random Spanish word and its translation".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Word of the Tab

Download Word of the Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Word of the Tab Word of the Tab
ID dfpekalnblaejelchmifjcphhlgpgmmo
Officiële URL https://chromewebstore.google.com/detail/word-of-the-tab/dfpekalnblaejelchmifjcphhlgpgmmo
Beschrijving A chrome new tab extension that displays a random Spanish word and its translation
Bestandsgrootte 2.8 MB
Aantal Installaties 76
Huidige Versie 1.0.0
Laatst Bijgewerkt 2017-06-17
Publicatiedatum 2017-06-17
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Mikey Inc
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}