StudyMateAI

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

Co to jest StudyMateAI?

StudyMateAI to rozszerzenie Chrome opracowane przez https://studym8ai.app, a jego główną funkcją jest „A browser extension for accessing GPT-3 while browsing or viewing PDF files”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia StudyMateAI

Pobierz pliki rozszerzeń StudyMateAI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        📚 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!                    

Podstawowe informacje o rozszerzeniu

Nazwa StudyMateAI StudyMateAI
ID ojdbfphobphdlgloniofafojolaalnlm
Oficjalny URL https://chromewebstore.google.com/detail/studymateai/ojdbfphobphdlgloniofafojolaalnlm
Opis A browser extension for accessing GPT-3 while browsing or viewing PDF files
Rozmiar pliku 194 KB
Liczba instalacji 85
Aktualna Wersja 1.0.1.4
Ostatnia Aktualizacja 2023-03-21
Data Publikacji 2023-02-22
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://studym8ai.app
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://studym8ai.app/
Adres URL Strony Polityki Prywatności https://studym8ai.app/privacy_policy_app
Obsługiwane Języki 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
    }
}