Wordsmith

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

ما هو Wordsmith؟

Wordsmith هو إضافة Chrome تم تطويرها بواسطة nataliefschoch، والميزة الرئيسية لها هي "New tab, new word. Download Wordsmith, a Chrome extension to learn new words every time you open a new tab.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Wordsmith

قم بتنزيل ملفات الامتداد Wordsmith بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}