StudyMateAI

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

StudyMateAI là gì?

StudyMateAI là một tiện ích mở rộng Chrome được phát triển bởi https://studym8ai.app, và tính năng chính của nó là "A browser extension for accessing GPT-3 while browsing or viewing PDF files".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng StudyMateAI

Tải xuống các tệp mở rộng StudyMateAI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StudyMateAI StudyMateAI
ID ojdbfphobphdlgloniofafojolaalnlm
URL Chính Thức https://chromewebstore.google.com/detail/studymateai/ojdbfphobphdlgloniofafojolaalnlm
Mô tả A browser extension for accessing GPT-3 while browsing or viewing PDF files
Kích Thước Tệp 194 KB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 1.0.1.4
Cập Nhật Lần Cuối 2023-03-21
Ngày Phát Hành 2023-02-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://studym8ai.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://studym8ai.app/
URL Trang Chính Sách Bảo Mật https://studym8ai.app/privacy_policy_app
Ngôn Ngữ Được Hỗ Trợ 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
    }
}