Wordsmith

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

Wordsmith là gì?

Wordsmith là một tiện ích mở rộng Chrome được phát triển bởi nataliefschoch, và tính năng chính của nó là "New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wordsmith

Tải xuống các tệp mở rộng Wordsmith dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wordsmith Wordsmith
ID gnpnpeephndoppbobdbpigepfdklacbp
URL Chính Thức https://chromewebstore.google.com/detail/wordsmith/gnpnpeephndoppbobdbpigepfdklacbp
Mô tả New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.
Kích Thước Tệp 393 KB
Số Lần Cài Đặt 1,902
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2018-09-10
Ngày Phát Hành 2018-09-10
Đánh Giá 4.71/5 Tổng số 24 Đánh Giá
Nhà Phát Triển nataliefschoch
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}