Wordsmith

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

What is Wordsmith?

Wordsmith is a Chrome extension developed by nataliefschoch, and its main feature is "New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Wordsmith Extension CRX File

Download Wordsmith extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Wordsmith Wordsmith
ID gnpnpeephndoppbobdbpigepfdklacbp
Official URL https://chromewebstore.google.com/detail/wordsmith/gnpnpeephndoppbobdbpigepfdklacbp
Description New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.
File Size 393 KB
Installation Count 1,902
Current Version 1.3
Last Updated 2018-09-10
Publish Date 2018-09-10
Rating 4.71/5 Total 24 Ratings
Developer nataliefschoch
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}