Quiz Me Ai - Remember what you learn online.

Spaced repetition and active recall on autopilot. Turn learning content into quick reviews to facilitate long term memory.

Quiz Me Ai - Remember what you learn online. là gì?

Quiz Me Ai - Remember what you learn online. là một tiện ích mở rộng Chrome được phát triển bởi https://quizme.ai, và tính năng chính của nó là "Spaced repetition and active recall on autopilot. Turn learning content into quick reviews to facilitate long term memory.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quiz Me Ai - Remember what you learn online.

Tải xuống các tệp mở rộng Quiz Me Ai - Remember what you learn online. 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

                        Turn what you learn online into quick quizzes for reviewing.

Generate Anki decks with Quiz Me Ai with a click of a button!

How it works:

Step 1 | As you browse the internet, you come across content you need to memorize, simply highlight and press Generate Quiz.

Step 2 | Complete a Quick Review of the content daily, Quiz Me's state of the art algorithms will determine what you've forgotten over time and ask you those questions to help you recall what you've learned.




Integrate with Anki to practice (Optional):
 
Step 1 | You Open Anki (to install go to [https://apps.ankiweb.net/](https://apps.ankiweb.net/) and download Anki for your desktop)

Step 2 | Add AnkiConnect add-on to send AI generated quizzes to Anki:
• Tools > Add ons
• Click 'Get Add ons...' and a box will appear asking for a code
• Paste `2055492159` in the box and click OK

Step 3  | Then click "Add To Anki" in the Chrome extension to load your AI generated quiz to your Anki Deck.


We’re working on improving the extension to help you remember and practice what you've learned, feel free to share feedback at [email protected]                    

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

Tên Quiz Me Ai - Remember what you learn online. Quiz Me Ai - Remember what you learn online.
ID ekcjbijhkfodohbpmenhiiiopfopgkah
URL Chính Thức https://chrome.google.com/webstore/detail/quiz-me-ai-remember-what/ekcjbijhkfodohbpmenhiiiopfopgkah
Mô tả Spaced repetition and active recall on autopilot. Turn learning content into quick reviews to facilitate long term memory.
Kích Thước Tệp 5.79 MB
Số Lần Cài Đặt 238
Phiên Bản Hiện Tại 3.2.22
Cập Nhật Lần Cuối 2021-07-17
Ngày Phát Hành 2020-06-28
Đánh Giá 3.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://quizme.ai
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://dashboard.quizme.ai
URL Trang Trợ Giúp https://quizme.ai/about.html
URL Trang Chính Sách Bảo Mật https://quizme.ai/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Spaced repetition and active recall on autopilot. Turn learning content into quick reviews to facilitate long term memory.",
    "version": "3.2.22",
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "name": "Quiz Me Ai - Remember what you learn online.",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "identity",
        "identity.email",
        "cookies",
        "https:\/\/accounts.google.com\/",
        "http:\/\/localhost\/",
        "https:\/\/dashboard.quizme.ai\/api\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "quiz_me16.png",
        "48": "quiz_me48.png",
        "128": "quiz_me128.png"
    },
    "browser_action": {
        "default_icon": "quiz_me128.png",
        "default_title": "Learning Buddy",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "oauth2": {
        "client_id": "1068481930082-86avoaqbljfacjnfsvn9df3d5i21lga7.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "openid"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "example.bundle.js"
            ]
        }
    ]
}