GRE Practice

Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when…

ما هو GRE Practice؟

GRE Practice هو إضافة Chrome تم تطويرها بواسطة Vivek Nayak، والميزة الرئيسية لها هي "Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when…".

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

screenshot
screenshot

تحميل ملف CRX للإضافة GRE Practice

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

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

                        Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when you open a new chrome tab. Switch to study mode and guess the meaning of the word to judge your understanding. Choose between 3 difficulty levels to suit your need.                    

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

الاسم GRE Practice GRE Practice
ID bkfangiolmdpgiehioeppejdbpdbkgcp
عنوان URL الرسمي https://chromewebstore.google.com/detail/gre-practice/bkfangiolmdpgiehioeppejdbpdbkgcp
الوصف Learn GRE words every time you open a tab! This extension will open a card with a fresh GRE vocabulary word and its meaning when…
حجم الملف 1.86 MB
عدد التثبيتات 21
النسخة الحالية 0.1
آخر تحديث 2021-07-18
تاريخ النشر 2021-07-17
تقييم 4.71/5 مجموع تقييمات 7
المطور Vivek Nayak
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GRE Practice",
    "version": "0.1",
    "permissions": [],
    "background": {
        "scripts": [
            "backgroundScript.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "browser_action": {
        "default_icon": {
            "32": "gre_icon.png"
        }
    }
}