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

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

QuizKlip: Translate the Web, Study on Quizlet is a Chrome extension developed by Purple Mind Creations, and its main feature is "Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download QuizKlip: Translate the Web, Study on Quizlet Extension CRX File

Download QuizKlip: Translate the Web, Study on Quizlet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name QuizKlip: Translate the Web, Study on Quizlet QuizKlip: Translate the Web, Study on Quizlet
ID bfkbgoldnippceeoegnfokiaejmlpigb
Official URL 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
File Size 350 KB
Installation Count 461
Current Version 1.2.3
Last Updated 2019-04-04
Publish Date 2019-04-04
Rating 4.33/5 Total 21 Ratings
Developer Purple Mind Creations
Email [email protected]
Payment Type free
Extension Website http://purplemindcreations.com/quizklip
Privacy Policy Page URL http://purplemindcreations.com/quizklip-privacy-policy
Supported Languages 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"
    }
}