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

Co je QuizKlip: Translate the Web, Study on Quizlet?

QuizKlip: Translate the Web, Study on Quizlet je rozšíření Chrome vyvinuté Purple Mind Creations, a jeho hlavní funkcí je „Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření QuizKlip: Translate the Web, Study on Quizlet

Stáhněte si soubory rozšíření QuizKlip: Translate the Web, Study on Quizlet ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název QuizKlip: Translate the Web, Study on Quizlet QuizKlip: Translate the Web, Study on Quizlet
ID bfkbgoldnippceeoegnfokiaejmlpigb
Oficiální URL https://chrome.google.com/webstore/detail/quizklip-translate-the-we/bfkbgoldnippceeoegnfokiaejmlpigb
Popis Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps
Velikost souboru 350 KB
Počet instalací 461
Aktuální Verze 1.2.3
Poslední Aktualizace 2019-04-04
Datum Vydání 2019-04-04
Hodnocení 4.33/5 Celkem 21 Hodnocení
Vývojář Purple Mind Creations
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://purplemindcreations.com/quizklip
URL Stránky Zásad Ochrany Soukromí http://purplemindcreations.com/quizklip-privacy-policy
Podporované Jazyky 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"
    }
}