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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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