Dictionary Keep and Memorize

Keep your translated words from Google translate

Что такое Dictionary Keep and Memorize?

Dictionary Keep and Memorize - это расширение Chrome, разработанное Armen Stepanyan, и его основная функция - "Keep your translated words from Google translate".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Dictionary Keep and Memorize

Скачайте файлы расширений Dictionary Keep and Memorize в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Keep your translated words from Google translate. Provides different quizzes that help you to memorize words.                    

Основная информация о расширении

Название Dictionary Keep and Memorize Dictionary Keep and Memorize
ID ablojdmhfnlipnnebmeklecobhniaofp
Официальный URL https://chrome.google.com/webstore/detail/dictionary-keep-and-memor/ablojdmhfnlipnnebmeklecobhniaofp
Описание Keep your translated words from Google translate
Размер файла 289 KB
Количество установок 21
Текущая Версия 1.2
Последнее Обновление 2019-01-11
Дата публикации 2019-01-06
Рейтинг 5.00/5 Всего 6 оценок
Разработчик Armen Stepanyan
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://site-blocker.info/product/dictionary-keep-memorize
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery-3.3.1.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/translate.google.*\/*"
            ],
            "js": [
                "jquery-3.3.1.js",
                "content_script.js"
            ]
        }
    ],
    "description": "Keep your translated words from Google translate",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "32.png"
    },
    "manifest_version": 2,
    "name": "Dictionary Keep and Memorize",
    "options_page": "options\/options.html",
    "permissions": [
        "tabs"
    ],
    "version": "1.2"
}