Wordsmith

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

什么是Wordsmith?

Wordsmith是由nataliefschoch开发的Chrome扩展程序,该扩展的主要功能是“New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Wordsmith扩展crx文件

下载Wordsmith扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Wordsmith Wordsmith
ID gnpnpeephndoppbobdbpigepfdklacbp
官方URL https://chromewebstore.google.com/detail/wordsmith/gnpnpeephndoppbobdbpigepfdklacbp
简介 New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.
文件大小 393 KB
安装次数 1,902
当前版本 1.3
更新时间 2018-09-10
上架时间 2018-09-10
评分 4.71/5 共24次评分
开发者 nataliefschoch
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}