Quizlet++

Extension that modifies Quizlet for more "features".

Quizlet++ là gì?

Quizlet++ là một tiện ích mở rộng Chrome được phát triển bởi https://tigertjj.com, và tính năng chính của nó là "Extension that modifies Quizlet for more "features".".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quizlet++

Tải xuống các tệp mở rộng 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

                        Imagine working on a Quizlet. Now, imagine that it was too easy. Like, really easy. That could be you. Do your work in no time, while at the same time, look like you're doing work, with even the nosiest teachers looking down your shoulder. Get Quizlet++ today.

Currently supports:
Learn Mode
Write Mode
Match Mode
- Highlights correct answers on hover for multiple choice and match
- Types correct answer for written questions                    

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

Tên Quizlet++ Quizlet++
ID ikpjogookicblaeiilbdjmgbdjkhpjjg
URL Chính Thức https://chromewebstore.google.com/detail/quizlet++/ikpjogookicblaeiilbdjmgbdjkhpjjg
Mô tả Extension that modifies Quizlet for more "features".
Kích Thước Tệp 55.48 KB
Số Lần Cài Đặt 4,159
Phiên Bản Hiện Tại Beta Build 7
Cập Nhật Lần Cuối 2023-12-27
Ngày Phát Hành 2020-09-16
Đánh Giá 3.54/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://tigertjj.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tigertjj.com/portfolio/quizletpp/
URL Trang Trợ Giúp https://tigertjj.com/portfolio/quizletpp/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quizlet++",
    "manifest_version": 3,
    "description": "Extension that modifies Quizlet for more \"features\".",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "short_name": "Q++",
    "version": "1.7.0",
    "version_name": "Beta Build 7",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/quizlet.com\/*\/learn*"
            ],
            "js": [
                "jquery_3.4.1_slim_min.js",
                "learn-inject1.js",
                "combined.js"
            ]
        },
        {
            "matches": [
                "https:\/\/quizlet.com\/*\/write*"
            ],
            "js": [
                "jquery_3.4.1_slim_min.js",
                "write-inject1.js",
                "write.js"
            ]
        },
        {
            "matches": [
                "https:\/\/quizlet.com\/*\/match*"
            ],
            "js": [
                "jquery_3.4.1_slim_min.js",
                "match-inject1.js",
                "match.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/quizlet.com\/*"
            ],
            "resources": [
                "learn-inject2.js",
                "write-inject2.js",
                "match-inject2.js"
            ]
        }
    ]
}