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

Qu'est-ce que QuizKlip: Translate the Web, Study on Quizlet ?

QuizKlip: Translate the Web, Study on Quizlet est une extension Chrome développée par Purple Mind Creations, et sa fonction principale est "Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension QuizKlip: Translate the Web, Study on Quizlet

Téléchargez les fichiers d'extension QuizKlip: Translate the Web, Study on Quizlet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom QuizKlip: Translate the Web, Study on Quizlet QuizKlip: Translate the Web, Study on Quizlet
ID bfkbgoldnippceeoegnfokiaejmlpigb
URL Officiel https://chrome.google.com/webstore/detail/quizklip-translate-the-we/bfkbgoldnippceeoegnfokiaejmlpigb
Description Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps
Taille du Fichier 350 KB
Nombre d'Installations 461
Version Actuelle 1.2.3
Dernière Mise à Jour 2019-04-04
Date de Publication 2019-04-04
Évaluation 4.33/5 Total 21 Évaluations
Développeur Purple Mind Creations
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://purplemindcreations.com/quizklip
URL de la Page de Politique de Confidentialité http://purplemindcreations.com/quizklip-privacy-policy
Langues Prises en Charge 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"
    }
}