StudyMateAI

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

O que é StudyMateAI?

StudyMateAI é uma extensão do Chrome desenvolvida por https://studym8ai.app, e sua principal característica é "A browser extension for accessing GPT-3 while browsing or viewing PDF files".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão StudyMateAI

Baixe arquivos de extensão StudyMateAI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome StudyMateAI StudyMateAI
ID ojdbfphobphdlgloniofafojolaalnlm
URL Oficial https://chromewebstore.google.com/detail/studymateai/ojdbfphobphdlgloniofafojolaalnlm
Descrição A browser extension for accessing GPT-3 while browsing or viewing PDF files
Tamanho do Arquivo 194 KB
Contagem de Instalações 85
Versão Atual 1.0.1.4
Última Atualização 2023-03-21
Data de Publicação 2023-02-22
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://studym8ai.app
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://studym8ai.app/
URL da Página de Política de Privacidade https://studym8ai.app/privacy_policy_app
Idiomas Suportados 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
    }
}