GPT Vision AI - Free GPT-4 Vision Extension

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

GPT Vision AI - Free GPT-4 Vision Extension란 무엇입니까?

GPT Vision AI - Free GPT-4 Vision Extension은(는) ChatPDF에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight the area of interest and get an AI explanation using GPT-4 Vision - for free"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

GPT Vision AI - Free GPT-4 Vision Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 GPT Vision AI - Free GPT-4 Vision Extension GPT Vision AI - Free GPT-4 Vision Extension
ID gamgflbfebjkhifdneddbmemoainngbl
공식 URL https://chromewebstore.google.com/detail/gpt-vision-ai-free-gpt-4/gamgflbfebjkhifdneddbmemoainngbl
설명 Highlight the area of interest and get an AI explanation using GPT-4 Vision - for free
파일 크기 244 KB
설치 횟수 133
현재 버전 1.0.0
최근 업데이트 2023-12-20
출시 날짜 2023-12-20
개발자 ChatPDF
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.chatpdf.com/privacy-policy.html
지원되는 언어 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"
            ]
        }
    ]
}