BoostVocab

Boost Vocab extension, find word definitions, synonyms and antonyms instantly. Create lists and flash cards directly from browser.

ما هو BoostVocab؟

BoostVocab هو إضافة Chrome تم تطويرها بواسطة https://boostvocab.com، والميزة الرئيسية لها هي "Boost Vocab extension, find word definitions, synonyms and antonyms instantly. Create lists and flash cards directly from browser.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Enhance Your Vocabulary Skills with boostvocab Extension for Your Browser

Are you tired of constantly switching between websites to look up word meanings, definitions, synonyms, and antonyms while reading online? Do you wish there was a more convenient way to create word lists and flashcards without leaving your browser? Look no further! Introducing the boostvocab extension, a powerful tool that brings vocabulary enhancement right to your fingertips while you browse the web.

With the boostvocab extension, you can effortlessly elevate your vocabulary skills as you read through your favorite articles, blogs, or online content. Gone are the days of tedious copy-pasting or manually typing words into search engines. Simply highlight any word that you want to learn more about, and boostvocab will instantly provide you with its meaning, definition, examples of usage, as well as synonyms and antonyms - all within your browser window! Say goodbye to interruptions in your reading flow and hello to seamless vocabulary enrichment.

But that's not all! The boostvocab extension goes beyond just word lookup. It also empowers you to actively build your own vocabulary lists and flashcards without ever leaving your browser. With just a few clicks, you can effortlessly add words to your personalized lists and create flashcards for review later. No more juggling between multiple websites or applications to manage your vocabulary. The boostvocab extension streamlines the process, making it easy and efficient to collect, organize, and review new words as you come across them.

Whether you're a language learner looking to expand your vocabulary, a student studying for exams, a writer aiming to enhance your word choice, or simply an avid reader who loves discovering new words, the boostvocab extension is your ultimate language companion. It's like having a personal vocabulary tutor right in your browser, helping you boost your word power effortlessly while you browse the web.

Don't miss out on this powerful tool to enhance your vocabulary skills. Try the boostvocab extension today and unlock a whole new world of words right at your fingertips!

Visit BoostVocab.com for more information.                    

معلومات أساسية عن التمديد

الاسم BoostVocab BoostVocab
ID aflgdgiaihhpkimnpjgeokkcpndllejm
عنوان URL الرسمي https://chromewebstore.google.com/detail/boostvocab/aflgdgiaihhpkimnpjgeokkcpndllejm
الوصف Boost Vocab extension, find word definitions, synonyms and antonyms instantly. Create lists and flash cards directly from browser.
حجم الملف 2.53 MB
عدد التثبيتات 83
النسخة الحالية 1.0.0.6
آخر تحديث 2023-11-09
تاريخ النشر 2023-05-26
تقييم 5.00/5 مجموع تقييمات 22
المطور https://boostvocab.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://boostvocab.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BoostVocab",
    "version": "1.0.0.6",
    "manifest_version": 3,
    "description": "Boost Vocab extension, find word definitions, synonyms and antonyms instantly. Create lists and flash cards directly from browser.",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "32": "img\/favicon.png",
            "128": "img\/favicon128.png"
        }
    },
    "icons": {
        "32": "img\/favicon.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/html.js",
                "js\/config.js",
                "js\/jquery.js",
                "js\/script.js"
            ],
            "css": [
                "style\/style.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/bg.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/logo.png",
                "img\/boost-logo.png",
                "img\/scan-icon.png",
                "img\/book.png",
                "level\/levelObj.js"
            ]
        }
    ]
}