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
官方網址 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"
            ]
        }
    ]
}