Word of the Tab

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

Cos'è Word of the Tab?

Word of the Tab è un'estensione di Chrome sviluppata da Mikey Inc, e la sua funzione principale è "A chrome new tab extension that displays a random Spanish word and its translation".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Word of the Tab

Scarica i file di estensione Word of the Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Word of the Tab Word of the Tab
ID dfpekalnblaejelchmifjcphhlgpgmmo
URL Ufficiale https://chromewebstore.google.com/detail/word-of-the-tab/dfpekalnblaejelchmifjcphhlgpgmmo
Descrizione A chrome new tab extension that displays a random Spanish word and its translation
Dimensione del File 2.8 MB
Conteggio Installazioni 76
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-06-17
Data di Pubblicazione 2017-06-17
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Mikey Inc
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}