StudyMateAI

A browser extension for accessing GPT-3 while browsing or viewing PDF files

Τι είναι το StudyMateAI;

Το StudyMateAI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://studym8ai.app, και η κύρια λειτουργία του είναι "A browser extension for accessing GPT-3 while browsing or viewing PDF files".

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

screenshot

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

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

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

                        📚 Are you looking for a way to study smarter, not harder? Introducing StudyMateAI – the ultimate AI-powered study assistant!

With StudyMateAI, you can take your studying to the next level by accessing GPT-3's advanced natural language processing and machine learning algorithms. This browser extension allows you to easily access AI tools such as text summarization, flashcards, and question answering, all while browsing or viewing PDF files.

But that's not all – StudyMateAI also features advanced AI browsing and search capabilities, allowing you to quickly and easily find the information you need, right when you need it. Plus, with our state-of-the-art Chat GPT AI model developed by OpenAI, you can get instant definitions and explanations for any word or concept you're struggling with.

The StudyMateAI extension is perfect for students, researchers, or anyone who wants to learn more efficiently. It enhances the interface and adds new features that will help you improve your workflow and save time. And with our easy-to-use browser integration, you can seamlessly use StudyMateAI while browsing, googling, or viewing a PDF in your browser.

🚀 We're always looking to improve StudyMateAI, so click "support" to send us your feature requests.

🤝 Current Features
•	Access to GPT-3 for text summarization, flashcards, and question answering
•	Advanced AI browsing and search capabilities
•	Instant definitions and explanations for any word or concept you're struggling with
•	Seamless browser integration for effortless use

🧑‍💻 Next Features
•	Additional AI tools for more efficient studying
•	Multiple themes for personalized studying experience
•	Compatibility with more file types

📆 Planned Features
•	Integration with more educational platforms
•	Enhanced AI-powered note-taking
•	Collaborative study features
•	More personalized learning suggestions
•	Website with version features, FAQ & help, contact, and more information

Transform the way you learn with StudyMateAI – the world's AI-powered study assistant. Download StudyMateAI today and start studying smarter!                    

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

Όνομα StudyMateAI StudyMateAI
ID ojdbfphobphdlgloniofafojolaalnlm
Επίσημο URL https://chromewebstore.google.com/detail/studymateai/ojdbfphobphdlgloniofafojolaalnlm
Περιγραφή A browser extension for accessing GPT-3 while browsing or viewing PDF files
Μέγεθος Αρχείου 194 KB
Αριθμός Εγκαταστάσεων 85
Τρέχουσα Έκδοση 1.0.1.4
Τελευταία Ενημέρωση 2023-03-21
Ημερομηνία Δημοσίευσης 2023-02-22
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://studym8ai.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://studym8ai.app/
URL της Σελίδας Πολιτικής Απορρήτου https://studym8ai.app/privacy_policy_app
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "StudyMateAI",
    "description": "A browser extension for accessing GPT-3 while browsing or viewing PDF files",
    "version": "1.0.1.4",
    "homepage_url": "https:\/\/studym8ai.app\/",
    "permissions": [
        "scripting",
        "tabs",
        "activeTab",
        "contextMenus",
        "clipboardWrite",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/popup.html",
                "pngs\/StudyMateAI-Logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "96": "pngs\/StudyMateAI-Logo.png",
        "48": "pngs\/StudyMateAI-Logo.png"
    },
    "action": {
        "default_title": "StudyMateAI",
        "default_icon": {
            "96": "pngs\/StudyMateAI-Logo.png",
            "48": "pngs\/StudyMateAI-Logo.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+8"
            }
        }
    },
    "options_page": "html\/optionsPage.html",
    "options_ui": {
        "page": "html\/optionsPage.html",
        "open_in_tab": false
    }
}