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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में QuizKlip: Translate the Web, Study on Quizlet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ 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"
    }
}