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

Wat is QuizKlip: Translate the Web, Study on Quizlet?

QuizKlip: Translate the Web, Study on Quizlet is een Chrome-extensie ontwikkeld door Purple Mind Creations, en de belangrijkste functie is "Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie QuizKlip: Translate the Web, Study on Quizlet

Download QuizKlip: Translate the Web, Study on Quizlet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam QuizKlip: Translate the Web, Study on Quizlet QuizKlip: Translate the Web, Study on Quizlet
ID bfkbgoldnippceeoegnfokiaejmlpigb
Officiële URL https://chrome.google.com/webstore/detail/quizklip-translate-the-we/bfkbgoldnippceeoegnfokiaejmlpigb
Beschrijving Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps
Bestandsgrootte 350 KB
Aantal Installaties 461
Huidige Versie 1.2.3
Laatst Bijgewerkt 2019-04-04
Publicatiedatum 2019-04-04
Beoordeling 4.33/5 Totaal 21 Beoordelingen
Ontwikkelaar Purple Mind Creations
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://purplemindcreations.com/quizklip
URL van de Privacybeleid Pagina http://purplemindcreations.com/quizklip-privacy-policy
Ondersteunde Talen 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"
    }
}