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

ما هو QuizKlip: Translate the Web, Study on Quizlet؟

QuizKlip: Translate the Web, Study on Quizlet هو إضافة Chrome تم تطويرها بواسطة Purple Mind Creations، والميزة الرئيسية لها هي "Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة QuizKlip: Translate the Web, Study on Quizlet

قم بتنزيل ملفات الامتداد QuizKlip: Translate the Web, Study on Quizlet بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم QuizKlip: Translate the Web, Study on Quizlet QuizKlip: Translate the Web, Study on Quizlet
ID bfkbgoldnippceeoegnfokiaejmlpigb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/quizklip-translate-the-we/bfkbgoldnippceeoegnfokiaejmlpigb
الوصف Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps
حجم الملف 350 KB
عدد التثبيتات 461
النسخة الحالية 1.2.3
آخر تحديث 2019-04-04
تاريخ النشر 2019-04-04
تقييم 4.33/5 مجموع تقييمات 21
المطور Purple Mind Creations
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://purplemindcreations.com/quizklip
عنوان صفحة سياسة الخصوصية http://purplemindcreations.com/quizklip-privacy-policy
اللغات المدعومة 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"
    }
}