Praxy AI - ChatGPT On The Go For Students

A Praxy AI Study Tool | Your Study Buddy!

Что такое Praxy AI - ChatGPT On The Go For Students?

Praxy AI - ChatGPT On The Go For Students - это расширение Chrome, разработанное Praxy AI, и его основная функция - "A Praxy AI Study Tool | Your Study Buddy!".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Praxy AI - ChatGPT On The Go For Students

Скачайте файлы расширений Praxy AI - ChatGPT On The Go For Students в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Elevate Your Studies with Praxy | Your AI Study Sidekick!

Meet Praxy, your AI-powered study sidekick, designed to revolutionize your college experience. With Praxy, you can harness the power of AI to supercharge your study sessions, streamline your tasks, and make the most of your college years.

Features:
🔹 Smart Web Highlighting:
Highlight online content with a click and choose your action: search, summarize, paraphrase, explain with an example, or create a quiz.

🔹 Tutor Chat:
Get personalized academic assistance with Praxy's Tutor Chat, powered by OpenAI's ChatGPT. Whether it's homework help, exam prep, or skill-building, Praxy's got your back.
➡️ Press Cmd+Shift+F (Mac) Or Ctrl+Shift+F (Windows) To Launch Praxy Tutor Chat

🔹 Prompt Library:
Access our extensive Prompt Library within the Tutor Chat feature. Explore a wide array of pre-made prompts, tailored to various subjects and study areas.

🔹 AI Notes:
Revolutionize your study routine. Highlight and save online content, access organized notes, summarize, craft essays, generate quizzes, and more.

🔹 Collaborative Features:
Connect with friends via username and share chat logs, prompts, and other Praxy-created content. Make studying a collaborative and interactive experience.

Pricing Options:

🔸 Free Plan:
Enjoy access to key features like AI Quick Search, AI Quick Summarize, and AI Quick Paraphrase with some limitations. Note: Text-to-speech and speech-to-text capabilities are not included in the Free Plan. The Free Plan also includes daily prompt/command limits and does not include the ability to create and save your own prompt commands.

🔸 Premium Plan ($9.99/month or $99.99/year):
Unlock unlimited access to all features, including AI Quick Explain, AI Quiz Creator, AI Tutor Chat, the Prompt Library, Collaborative Features, and the ability to create and save your own prompts. The Premium Plan has no prompt limits and includes text-to-speech and speech-to-text capabilities.

Level up your academic game with Praxy – your ultimate study partner is just a click away!                    

Основная информация о расширении

Название Praxy AI - ChatGPT On The Go For Students Praxy AI - ChatGPT On The Go For Students
ID iccpnilbokebncnjbbplbjejgnaaeacd
Официальный URL https://chromewebstore.google.com/detail/praxy-ai-chatgpt-on-the-g/iccpnilbokebncnjbbplbjejgnaaeacd
Описание A Praxy AI Study Tool | Your Study Buddy!
Размер файла 3.65 MB
Количество установок 686
Текущая Версия 0.3.7.1
Последнее Обновление 2023-07-18
Дата публикации 2023-02-11
Рейтинг 5.00/5 Всего 3 оценок
Разработчик Praxy AI
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://praxylabs.com
URL страницы помощи https://praxylabs.com/contact
URL страницы политики конфиденциальности https://praxylabs.com/information/privacy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A Praxy AI Study Tool | Your Study Buddy!",
    "version": "0.3.7.1",
    "manifest_version": 3,
    "name": "Praxy AI - ChatGPT On The Go For Students",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "commands": {
        "Open-Tutor": {
            "default": "Ctrl+Shift+F",
            "suggested_key": "Ctrl+Shift+F",
            "windows": "Ctrl+Shift+F",
            "chromeos": "Ctrl+Shift+F",
            "linux": "Ctrl+Shift+F",
            "mac": "Command+Shift+F",
            "description": "Open Tutor Page For Praxy AI."
        },
        "Open-DocuChat": {
            "default": "Ctrl+Shift+D",
            "suggested_key": "Ctrl+Shift+D",
            "windows": "Ctrl+Shift+D",
            "chromeos": "Ctrl+Shift+D",
            "linux": "Ctrl+Shift+D",
            "mac": "Command+Shift+D",
            "description": "Open DocuChat Page For Praxy AI."
        },
        "Open-History": {
            "default": "Ctrl+Shift+H",
            "suggested_key": "Ctrl+Shift+H",
            "windows": "Ctrl+Shift+H",
            "chromeos": "Ctrl+Shift+H",
            "linux": "Ctrl+Shift+H",
            "mac": "Command+Shift+H",
            "description": "Open History Page For Praxy AI."
        },
        "Open-Notes": {
            "default": "Ctrl+Shift+Y",
            "suggested_key": "Ctrl+Shift+Y",
            "windows": "Ctrl+Shift+Y",
            "chromeos": "Ctrl+Shift+Y",
            "linux": "Ctrl+Shift+Y",
            "mac": "Command+Shift+Y",
            "description": "Open Notes Page For Praxy AI."
        }
    },
    "action": {
        "default_icon": "icon-128.png",
        "default_popup": "signin.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js",
                "medium-highlighter.js"
            ]
        }
    ],
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}