Wordsmith

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

O que é Wordsmith?

Wordsmith é uma extensão do Chrome desenvolvida por nataliefschoch, e sua principal característica é "New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Wordsmith

Baixe arquivos de extensão Wordsmith no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Wordsmith Wordsmith
ID gnpnpeephndoppbobdbpigepfdklacbp
URL Oficial https://chromewebstore.google.com/detail/wordsmith/gnpnpeephndoppbobdbpigepfdklacbp
Descrição New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.
Tamanho do Arquivo 393 KB
Contagem de Instalações 1,902
Versão Atual 1.3
Última Atualização 2018-09-10
Data de Publicação 2018-09-10
Classificação 4.71/5 Total de 24 Avaliações
Desenvolvedor nataliefschoch
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}