Wordsmith

New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.

Cos'è Wordsmith?

Wordsmith è un'estensione di Chrome sviluppata da nataliefschoch, e la sua funzione principale è "New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Wordsmith

Scarica i file di estensione Wordsmith 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

                        Wordsmith is a chrome extension that shows you new vocabulary words with each new tab. The elegant and simple design will help you learn new words with out distracting you from your browsing.

Use Wordsmith for test preparation, to improve your active vocabulary, or just for fun! Wordsmith utilizes over 1,000 words pulled from GMAT, SAT, and ACT lists of words to know.                    

Informazioni di Base sull'Estensione

Nome Wordsmith Wordsmith
ID gnpnpeephndoppbobdbpigepfdklacbp
URL Ufficiale https://chromewebstore.google.com/detail/wordsmith/gnpnpeephndoppbobdbpigepfdklacbp
Descrizione New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.
Dimensione del File 393 KB
Conteggio Installazioni 1,902
Versione Corrente 1.3
Ultimo Aggiornamento 2018-09-10
Data di Pubblicazione 2018-09-10
Valutazione 4.71/5 Totale 24 Valutazioni
Sviluppatore nataliefschoch
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordsmith",
    "version": "1.3",
    "author": "Natalie Schoch",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/icon-48.png",
        "default_title": "Wordsmith"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "description": "New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/scripts.js"
            ]
        }
    ]
}