Wordsmith

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

Apa itu Wordsmith?

Wordsmith adalah ekstensi Chrome yang dikembangkan oleh nataliefschoch, dan fitur utamanya adalah "New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Wordsmith

Unduh file ekstensi Wordsmith dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Wordsmith Wordsmith
ID gnpnpeephndoppbobdbpigepfdklacbp
URL Resmi https://chromewebstore.google.com/detail/wordsmith/gnpnpeephndoppbobdbpigepfdklacbp
Deskripsi New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.
Ukuran File 393 KB
Jumlah Instalasi 1,902
Versi Saat Ini 1.3
Terakhir Diperbarui 2018-09-10
Tanggal Publikasi 2018-09-10
Penilaian 4.71/5 Total 24 Penilaian
Pengembang nataliefschoch
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}