Study Buddy

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

Study Buddy क्या है?

Study Buddy benko.mislav द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension that generates questions and answers from a webpage to help you study!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Study Buddy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
    }
}