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

Was ist QuizKlip: Translate the Web, Study on Quizlet?

QuizKlip: Translate the Web, Study on Quizlet ist eine Chrome-Erweiterung, die von Purple Mind Creations entwickelt wurde, und ihr Hauptmerkmal ist "Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

QuizKlip: Translate the Web, Study on Quizlet-Erweiterungs-CRX-Datei herunterladen

Laden Sie QuizKlip: Translate the Web, Study on Quizlet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name QuizKlip: Translate the Web, Study on Quizlet QuizKlip: Translate the Web, Study on Quizlet
ID bfkbgoldnippceeoegnfokiaejmlpigb
Offizielle URL https://chrome.google.com/webstore/detail/quizklip-translate-the-we/bfkbgoldnippceeoegnfokiaejmlpigb
Beschreibung Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps
Dateigröße 350 KB
Installationsanzahl 461
Aktuelle Version 1.2.3
Letztes Update 2019-04-04
Veröffentlichungsdatum 2019-04-04
Bewertung 4.33/5 Insgesamt 21 Bewertungen
Entwickler Purple Mind Creations
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://purplemindcreations.com/quizklip
URL der Datenschutzrichtlinien-Seite http://purplemindcreations.com/quizklip-privacy-policy
Unterstützte Sprachen 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"
    }
}