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

O que é QuizKlip: Translate the Web, Study on Quizlet?

QuizKlip: Translate the Web, Study on Quizlet é uma extensão do Chrome desenvolvida por Purple Mind Creations, e sua principal característica é "Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão QuizKlip: Translate the Web, Study on Quizlet

Baixe arquivos de extensão QuizKlip: Translate the Web, Study on Quizlet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome QuizKlip: Translate the Web, Study on Quizlet QuizKlip: Translate the Web, Study on Quizlet
ID bfkbgoldnippceeoegnfokiaejmlpigb
URL Oficial https://chrome.google.com/webstore/detail/quizklip-translate-the-we/bfkbgoldnippceeoegnfokiaejmlpigb
Descrição Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps
Tamanho do Arquivo 350 KB
Contagem de Instalações 461
Versão Atual 1.2.3
Última Atualização 2019-04-04
Data de Publicação 2019-04-04
Classificação 4.33/5 Total de 21 Avaliações
Desenvolvedor Purple Mind Creations
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://purplemindcreations.com/quizklip
URL da Página de Política de Privacidade http://purplemindcreations.com/quizklip-privacy-policy
Idiomas Suportados 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"
    }
}