Udemy Question-And-Answer (Udemy一問一答)

You can check questions and answers in a question-and-answer format at Udemy's practice exam courses

Τι είναι το Udemy Question-And-Answer (Udemy一問一答);

Το Udemy Question-And-Answer (Udemy一問一答) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mongolyy, και η κύρια λειτουργία του είναι "You can check questions and answers in a question-and-answer format at Udemy's practice exam courses".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Udemy Question-And-Answer (Udemy一問一答)

Λήψη αρχείων επέκτασης Udemy Question-And-Answer (Udemy一問一答) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        ** English follows Japanese
Udemyの模擬試験タイプのコースにおいて、「問題を見直す」画面を使用して一問一答形式で問題と回答を確認できるようにするための拡張機能です。

解いても解かなくても良いので、終了した試験について「問題を見直す」画面に遷移してください。

① 「show answer」ボタンをクリック
② 回答と説明が表示されるので、確認
③ 「hide answer」ボタンをクリック(これをしないと他の問題で回答が表示されたままになるので、忘れずに必ずクリックしてください!)

注意:①で回答と説明が非表示になっていない場合は、「問題を見直す」画面で再読込してください

---
This is an extension that allows you to check questions and answers in a question-and-answer format using the "Review Questions" screen in Udemy's practice exam-type courses.

You may or may not solve it, so please move to the "Review Questions" screen for the completed exam.

① Click the "show answer" button
② The answer and explanation will be displayed, so check
③ Click the "hide answer" button (If you don't do this, the answers will remain displayed for other questions, so don't forget to click!)

Note: If the answer and explanation are not hidden in ①, please reload the question in the "Review Question" screen.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Udemy Question-And-Answer (Udemy一問一答) Udemy Question-And-Answer (Udemy一問一答)
ID lflgnpnbdikbgfbbpaodipgejjefnipk
Επίσημο URL https://chromewebstore.google.com/detail/udemy-question-and-answer/lflgnpnbdikbgfbbpaodipgejjefnipk
Περιγραφή You can check questions and answers in a question-and-answer format at Udemy's practice exam courses
Μέγεθος Αρχείου 9.11 KB
Αριθμός Εγκαταστάσεων 257
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2022-05-31
Ημερομηνία Δημοσίευσης 2021-08-17
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής mongolyy
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/mongolyy/chrome-extension_udemy-question-one-answer
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/mongolyy/chrome-extension_udemy-question-one-answer
Υποστηριζόμενες Γλώσσες ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Udemy Question-And-Answer (Udemy\u4e00\u554f\u4e00\u7b54)",
    "description": "You can check questions and answers in a question-and-answer format at Udemy's practice exam courses",
    "version": "1.0.3",
    "manifest_version": 3,
    "permissions": [],
    "icons": {
        "32": "\/images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.udemy.com\/course\/*\/learn\/quiz\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}