Pixplain: Capture Screenshot + GPT4 Vision

Image to Text Explanation with GPT-4 Vision

Pixplain: Capture Screenshot + GPT4 Vision란 무엇입니까?

Pixplain: Capture Screenshot + GPT4 Vision은(는) https://getmerlin.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Image to Text Explanation with GPT-4 Vision"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Pixplain: Capture Screenshot + GPT4 Vision 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Take a screen shot or capture part of the screen and ask AI to described it for you, write content on based of it and do anything with it. With this extension you can

1. Ask AI to give explain like I am 5 (ELI5)
2. Ask AI to explain the meaning of complex math formulas or solve equations based on it.
3. Ask AI to explain a presentation in b/w a youtube video
4. Go over complex amazon.com pages and make sense of it.
5. Give you the perfect caption for your Instagram post.                    

확장 프로그램 기본 정보

이름 Pixplain: Capture Screenshot + GPT4 Vision Pixplain: Capture Screenshot + GPT4 Vision
ID nfddopbgedlmbjbnpomhcamablpkbpnb
공식 URL https://chromewebstore.google.com/detail/pixplain-capture-screensh/nfddopbgedlmbjbnpomhcamablpkbpnb
설명 Image to Text Explanation with GPT-4 Vision
파일 크기 318 KB
설치 횟수 1,665
현재 버전 0.3.2
최근 업데이트 2024-02-19
출시 날짜 2023-12-04
평점 5.00/5 총 15 개의 평점
개발자 https://getmerlin.in
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.getmerlin.in/
도움말 페이지 URL https://www.getmerlin.in/
개인정보 보호 정책 페이지 URL https://getmerlin.in/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Foyer",
    "version": "0.3.2",
    "manifest_version": 3,
    "options_ui": {
        "open_in_tab": true,
        "page": "src\/options\/index.html"
    },
    "name": "Pixplain: Capture Screenshot + GPT4 Vision",
    "description": "Image to Text Explanation with GPT-4 Vision",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.getmerlin.in\/*",
            "https:\/\/*.foyer.work\/*",
            "http:\/\/localhost\/*"
        ]
    },
    "icons": {
        "16": "public\/logo-16x16.png",
        "32": "public\/logo-32x32.png",
        "48": "public\/logo-48x48.png",
        "64": "public\/logo-64x64.png",
        "128": "public\/logo-128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "public\/logo-16x16.png",
            "32": "public\/logo-32x32.png",
            "48": "public\/logo-48x48.png",
            "64": "public\/logo-64x64.png",
            "128": "public\/logo-128x128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "assets\/pixplain.tsx-loader-05b09890.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "css": [
                "assets\/font-72613cd3.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/font-673720a6.js",
                "assets\/index-55384e76.js",
                "assets\/backend-d717bb3e.js",
                "assets\/pixplain.tsx-8bbc8824.js"
            ],
            "use_dynamic_url": true
        }
    ]
}