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によって開発されたChromeの拡張機能で、その主な機能は「Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

QuizKlip: Translate the Web, Study on Quizlet拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}