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文件

下載Pixplain: Capture Screenshot + GPT4 Vision擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
        }
    ]
}