Word of the Tab

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

Co je Word of the Tab?

Word of the Tab je rozšíření Chrome vyvinuté Mikey Inc, a jeho hlavní funkcí je „A chrome new tab extension that displays a random Spanish word and its translation“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Word of the Tab

Stáhněte si soubory rozšíření Word of the Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Word of the Tab Word of the Tab
ID dfpekalnblaejelchmifjcphhlgpgmmo
Oficiální URL https://chromewebstore.google.com/detail/word-of-the-tab/dfpekalnblaejelchmifjcphhlgpgmmo
Popis A chrome new tab extension that displays a random Spanish word and its translation
Velikost souboru 2.8 MB
Počet instalací 76
Aktuální Verze 1.0.0
Poslední Aktualizace 2017-06-17
Datum Vydání 2017-06-17
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Mikey Inc
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}