HighVocab: Vocabulary Builder

Boost English vocabulary with HighVocab. Save words and phrases, highlight while browsing, and rephrase sentences.

HighVocab: Vocabulary Builderคืออะไร?

HighVocab: Vocabulary Builder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HighVocab และคุณลักษณะหลักของมันคือ "Boost English vocabulary with HighVocab. Save words and phrases, highlight while browsing, and rephrase sentences."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HighVocab: Vocabulary Builder

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

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

                        Introducing HighVocab, the ultimate Chrome extension to boost your English vocabulary and master phrases effortlessly.

Having trouble with memorizing new vocabulary and phrases you just translated? Or Are you a reader and wanting to learn new vocabulary and phrases? 

You’re on the right spot here. HighVocab revolutionizes the way you save, manage, learn, and rephrase sentences. Key features include:

1. PERSONALIZED VOCABULARY & PHRASE LISTS - HighVocab lets you create customized word and phrase lists based on your interests while browsing the web, making learning more engaging and enjoyable.

2. REAL-TIME WORD HIGHLIGHTS - HighVocab intelligently highlights your saved vocabulary while you surf the internet. Simply hover over the highlighted words for instant access to detailed information, elevating your learning experience.

3. ONE-CLICK VOCABULARY ADDITION - Just select any word you want to learn as you browse, and HighVocab's pop-up will suggest the most suitable definition and example before adding it to your vocabulary list.

4. MASTER PHRASES WITH FLASHCARDS - Save your favorite phrases and practice them seamlessly using HighVocab Flashcards.

5. EXPORTING FUNCTIONALITY - Easy transfer of data in CSV format.

Elevate your language skills today with HighVocab - the smart, efficient, and enjoyable Chrome extension for mastering English vocabulary and phrases in no time. Download now and start your journey to linguistic excellence!                    

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

ชื่อ HighVocab: Vocabulary Builder HighVocab: Vocabulary Builder
ID nmalijlbcckplnamalenpdaafacfeemd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/highvocab-vocabulary-buil/nmalijlbcckplnamalenpdaafacfeemd
คำอธิบาย Boost English vocabulary with HighVocab. Save words and phrases, highlight while browsing, and rephrase sentences.
ขนาดไฟล์ 536 KB
จำนวนการติดตั้ง 106
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2023-09-20
วันที่เผยแพร่ 2021-06-16
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา HighVocab
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://highvocab.com/
URL หน้านโยบายความเป็นส่วนตัว https://highvocab.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HighVocab: Vocabulary Builder",
    "version": "1.3.2",
    "manifest_version": 3,
    "description": "Boost English vocabulary with HighVocab. Save words and phrases, highlight while browsing, and rephrase sentences.",
    "oauth2": {
        "client_id": "914906844456-n02osl3vlh4f85oeksjp1o69g54prchp.apps.googleusercontent.com",
        "scopes": [
            "profile email"
        ]
    },
    "icons": {
        "512": "logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "static\/js\/content.js"
            ],
            "css": [
                "static\/css\/content.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "High Vocab",
        "default_popup": "popup.html"
    }
}