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 là gì?

QuizKlip: Translate the Web, Study on Quizlet là một tiện ích mở rộng Chrome được phát triển bởi Purple Mind Creations, và tính năng chính của nó là "Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng QuizKlip: Translate the Web, Study on Quizlet

Tải xuống các tệp mở rộng QuizKlip: Translate the Web, Study on Quizlet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên QuizKlip: Translate the Web, Study on Quizlet QuizKlip: Translate the Web, Study on Quizlet
ID bfkbgoldnippceeoegnfokiaejmlpigb
URL Chính Thức https://chrome.google.com/webstore/detail/quizklip-translate-the-we/bfkbgoldnippceeoegnfokiaejmlpigb
Mô tả Translate foreign language words on the web and build a vocabulary list for Quizlet, Anki, or other flashcard apps
Kích Thước Tệp 350 KB
Số Lần Cài Đặt 461
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2019-04-04
Ngày Phát Hành 2019-04-04
Đánh Giá 4.33/5 Tổng số 21 Đánh Giá
Nhà Phát Triển Purple Mind Creations
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://purplemindcreations.com/quizklip
URL Trang Chính Sách Bảo Mật http://purplemindcreations.com/quizklip-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}