Wordsmith

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

Was ist Wordsmith?

Wordsmith ist eine Chrome-Erweiterung, die von nataliefschoch entwickelt wurde, und ihr Hauptmerkmal ist "New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Wordsmith-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wordsmith-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Wordsmith Wordsmith
ID gnpnpeephndoppbobdbpigepfdklacbp
Offizielle URL https://chromewebstore.google.com/detail/wordsmith/gnpnpeephndoppbobdbpigepfdklacbp
Beschreibung New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.
Dateigröße 393 KB
Installationsanzahl 1,902
Aktuelle Version 1.3
Letztes Update 2018-09-10
Veröffentlichungsdatum 2018-09-10
Bewertung 4.71/5 Insgesamt 24 Bewertungen
Entwickler nataliefschoch
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}