GPT Vision AI - Free GPT-4 Vision Extension

Highlight the area of interest and get an AI explanation using GPT-4 Vision - for free

O que é GPT Vision AI - Free GPT-4 Vision Extension?

GPT Vision AI - Free GPT-4 Vision Extension é uma extensão do Chrome desenvolvida por ChatPDF, e sua principal característica é "Highlight the area of interest and get an AI explanation using GPT-4 Vision - for free".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão GPT Vision AI - Free GPT-4 Vision Extension

Baixe arquivos de extensão GPT Vision AI - Free GPT-4 Vision Extension 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

                        🤖👀
Study Smart with "GPT Vision AI" - The Ultimate Free Chrome Extension for Screen Capture and Analysis!

Tackle assignments with "GPT Vision AI", the revolutionary free extension leveraging GPT-4 Vision's power. Simplify learning with advanced screen capture and analysis.

📸 Capture Anything: Instantly capture and analyze any screen content—text, images, or mixed media—with our intuitive tool.

📘 Effortless Problem Solving: Quickly resolve academic queries, from math to history. Snap a picture, and let AI do the rest.

🌐 Easy Integration: Use seamlessly within Chrome. It's always ready to assist, no matter what you're studying.

🖱️ One-Click Capture: Select screen areas easily. Analysis begins with just one click.

🧠 Intelligent Insights: Enjoy detailed, context-rich explanations for all captured content.

🛡️ Secure & Private: Your data is processed with utmost security, ensuring privacy and integrity.

🌍 Multilingual Support: Works in any language, perfect for global learners.

📚 Ideal for All Students: Suitable for high schoolers, college students, and lifelong learners.

✅ Install now - it's free ✅                    

Informações Básicas da Extensão

Nome GPT Vision AI - Free GPT-4 Vision Extension GPT Vision AI - Free GPT-4 Vision Extension
ID gamgflbfebjkhifdneddbmemoainngbl
URL Oficial https://chromewebstore.google.com/detail/gpt-vision-ai-free-gpt-4/gamgflbfebjkhifdneddbmemoainngbl
Descrição Highlight the area of interest and get an AI explanation using GPT-4 Vision - for free
Tamanho do Arquivo 244 KB
Contagem de Instalações 133
Versão Atual 1.0.0
Última Atualização 2023-12-20
Data de Publicação 2023-12-20
Desenvolvedor ChatPDF
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.chatpdf.com/privacy-policy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "1.0.0",
    "author": "ChatPDF",
    "name": "GPT Vision AI - Free GPT-4 Vision Extension",
    "description": "Highlight the area of interest and get an AI explanation using GPT-4 Vision - for free",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "VisionSelect.6f9a778c.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content.7f229555.js"
            ],
            "css": []
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "Popup.338c3ef6.js"
            ],
            "css": []
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+S",
                "windows": "Alt+S",
                "mac": "MacCtrl+S",
                "linux": "Alt+S"
            }
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "content.fb113bb8.css"
            ]
        }
    ]
}