GPT Vision AI - Free GPT-4 Vision Extension

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

Vad är GPT Vision AI - Free GPT-4 Vision Extension?

GPT Vision AI - Free GPT-4 Vision Extension är en Chrome-tillägg utvecklad av ChatPDF, och dess huvudfunktion är "Highlight the area of interest and get an AI explanation using GPT-4 Vision - for free".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner GPT Vision AI - Free GPT-4 Vision Extension-förlängningens CRX-fil

Ladda ner GPT Vision AI - Free GPT-4 Vision Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        🤖👀
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 ✅                    

Grundläggande Information om Tillägg

Namn GPT Vision AI - Free GPT-4 Vision Extension GPT Vision AI - Free GPT-4 Vision Extension
ID gamgflbfebjkhifdneddbmemoainngbl
Officiell webbadress https://chromewebstore.google.com/detail/gpt-vision-ai-free-gpt-4/gamgflbfebjkhifdneddbmemoainngbl
Beskrivning Highlight the area of interest and get an AI explanation using GPT-4 Vision - for free
Filstorlek 244 KB
Antal Installationer 133
Aktuell Version 1.0.0
Senast Uppdaterad 2023-12-20
Publiceringsdatum 2023-12-20
Utvecklare ChatPDF
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.chatpdf.com/privacy-policy.html
Stödda Språk 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"
            ]
        }
    ]
}