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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}