Word of the Tab

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

Hvad er Word of the Tab?

Word of the Tab er en Chrome-udvidelse udviklet af Mikey Inc, og dens hovedfunktion er "A chrome new tab extension that displays a random Spanish word and its translation".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Word of the Tab-udvidelses-CRX-fil

Download Word of the Tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Word of the Tab Word of the Tab
ID dfpekalnblaejelchmifjcphhlgpgmmo
Officiel URL https://chromewebstore.google.com/detail/word-of-the-tab/dfpekalnblaejelchmifjcphhlgpgmmo
Beskrivelse A chrome new tab extension that displays a random Spanish word and its translation
Filstørrelse 2.8 MB
Antal Installationer 76
Nuværende Version 1.0.0
Senest Opdateret 2017-06-17
Udgivelsesdato 2017-06-17
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Mikey Inc
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}