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
Eメール [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"
            ]
        }
    ]
}