QuizKlip: Translate the Web, Study on Quizlet

Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps

Что такое QuizKlip: Translate the Web, Study on Quizlet?

QuizKlip: Translate the Web, Study on Quizlet - это расширение Chrome, разработанное Purple Mind Creations, и его основная функция - "Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения QuizKlip: Translate the Web, Study on Quizlet

Скачайте файлы расширений QuizKlip: Translate the Web, Study on Quizlet в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        QuizKlip is a word translator and vocabulary list builder for language learners. Build lists for later study as you browse the web in your target foreign language. See an unfamiliar word in an article? Activate QuizKlip to clip the word, find dictionary definitions from Google Translate, and add them to your study list. Export the list to Quizlet or Anki for flashcard-style learning.                    

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

Название QuizKlip: Translate the Web, Study on Quizlet QuizKlip: Translate the Web, Study on Quizlet
ID bfkbgoldnippceeoegnfokiaejmlpigb
Официальный URL https://chrome.google.com/webstore/detail/quizklip-translate-the-we/bfkbgoldnippceeoegnfokiaejmlpigb
Описание Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps
Размер файла 350 KB
Количество установок 461
Текущая Версия 1.2.3
Последнее Обновление 2019-04-04
Дата публикации 2019-04-04
Рейтинг 4.33/5 Всего 21 оценок
Разработчик Purple Mind Creations
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://purplemindcreations.com/quizklip
URL страницы политики конфиденциальности http://purplemindcreations.com/quizklip-privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuizKlip: Translate the Web, Study on Quizlet",
    "short_name": "QuizKlip",
    "description": "Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps",
    "version": "1.2.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": "logos\/logo128x128.png",
        "default_popup": "popup\/popup.html",
        "default_title": "QuizKlip"
    },
    "web_accessible_resources": [
        "create-set-redirect\/*",
        "instructions\/*",
        "cursors\/*",
        "logos\/*",
        "images\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "fontSettings",
        "https:\/\/api.quizlet.com\/"
    ],
    "icons": {
        "16": "logos\/logo128x128.png",
        "48": "logos\/logo128x128.png",
        "128": "logos\/logo128x128.png"
    }
}