Wordsmith

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

Qu'est-ce que Wordsmith ?

Wordsmith est une extension Chrome développée par nataliefschoch, et sa fonction principale est "New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Wordsmith

Téléchargez les fichiers d'extension Wordsmith au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Wordsmith Wordsmith
ID gnpnpeephndoppbobdbpigepfdklacbp
URL Officiel 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.
Taille du Fichier 393 KB
Nombre d'Installations 1,902
Version Actuelle 1.3
Dernière Mise à Jour 2018-09-10
Date de Publication 2018-09-10
Évaluation 4.71/5 Total 24 Évaluations
Développeur nataliefschoch
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}