Study Buddy

Chrome extension that generates questions and answers from a webpage to help you study!

Τι είναι το Study Buddy;

Το Study Buddy είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον benko.mislav, και η κύρια λειτουργία του είναι "Chrome extension that generates questions and answers from a webpage to help you study!".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Study Buddy

Λήψη αρχείων επέκτασης Study Buddy σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        This extension is designed to make it easier for users to learn and understand the content they are reading. By generating questions and answers, users can test their knowledge, reinforce key concepts, and gain a deeper understanding of the material.                    

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

Όνομα Study Buddy Study Buddy
ID eanalaiahmfkcilogaoggcfdgilbkhmk
Επίσημο URL https://chromewebstore.google.com/detail/study-buddy/eanalaiahmfkcilogaoggcfdgilbkhmk
Περιγραφή Chrome extension that generates questions and answers from a webpage to help you study!
Μέγεθος Αρχείου 290 KB
Αριθμός Εγκαταστάσεων 437
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2024-03-07
Ημερομηνία Δημοσίευσης 2023-03-06
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής benko.mislav
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Study Buddy",
    "version": "1.0.0",
    "description": "Chrome extension that generates questions and answers from a webpage to help you study!",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}