Word Enhancer: Dictionary & Vocabulary Aid

Word Enhancer: define words and grow your vocabulary while browsing the web -- simply highlight a word. The extension makes it…

Word Enhancer: Dictionary & Vocabulary Aidคืออะไร?

Word Enhancer: Dictionary & Vocabulary Aid เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Baseline Enterprises LLC และคุณลักษณะหลักของมันคือ "Word Enhancer: define words and grow your vocabulary while browsing the web -- simply highlight a word. The extension makes it…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Word Enhancer: Dictionary & Vocabulary Aid

ดาวน์โหลดไฟล์ส่วนขยาย Word Enhancer: Dictionary & Vocabulary Aid ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Word Enhancer: define words and grow your vocabulary while browsing the web -- simply highlight a word.

The extension makes it easy to lookup word definitions, pronunciation and synonyms while browsing the web, and makes it effortless to save these new words to a personal vocabulary list.

Word Enhancer acts as a dictionary tool and as a vocabulary builder. The extension allows you to learn, and retain new words through daily vocabulary emails sent to you with words pulled from your vocabulary list. The idea is to make it easy for you to learn new vocabulary while browsing. 

And if you just want to be prompted with new words, Word Enhancer also suggests three challenging words each day to help you expand your vocabulary.

With Word Enhancer, you can:

1)	Highlight any word in the browser to view its definition, audio pronunciation, and synonyms.
2)	Search the definition, pronunciation, or synonyms of any word via the toolbar extension.
3)	Further research any word via links to Wikipedia dictionary.
4)	Save any words to your personal vocabulary list so you can keep a history of words you’d like to learn.
5)	Opt-in to a daily email that randomly selects and emails you words from your Saved Words in order to help you learn them over time.
6)	Ability to toggle extension on or off as desired.

IMPORTANT NOTES:
-	Word Enhancer pop-up will not work in tabs open prior to installation.
-	After installing Word Enhancer, please reload your open tabs or restart Chrome.
-	Note that all extensions are disabled on Chrome web store pages.

Word Enhancer: Learn new English words, expand your vocabulary, and retain your new knowledge over time with spaced repetition!

Great for those learning English, for students looking to study for the SATs / ACTs / GREs, or for anyone simply wanting to expand their vocabulary.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Word Enhancer: Dictionary & Vocabulary Aid Word Enhancer: Dictionary & Vocabulary Aid
ID jaimgdgdhmjepgjkgbfmnlbnhcijdond
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/word-enhancer-dictionary/jaimgdgdhmjepgjkgbfmnlbnhcijdond
คำอธิบาย Word Enhancer: define words and grow your vocabulary while browsing the web -- simply highlight a word. The extension makes it…
ขนาดไฟล์ 105 KB
จำนวนการติดตั้ง 246
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2021-12-25
วันที่เผยแพร่ 2021-12-25
คะแนน 4.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Baseline Enterprises LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.wordenhancer.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Enhancer: Dictionary & Vocabulary Aid",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Vocab builder",
        "default_icon": {
            "128": "\/images\/without-text128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.js",
                "style.css",
                "popup.css",
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "128": "\/images\/without-text128.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' ; object-src 'self'"
    }
}