Upload file for ChatGPT

Add File context to ChatGPT

什么是Upload file for ChatGPT?

Upload file for ChatGPT是由Guillaume Reygner开发的Chrome扩展程序,该扩展的主要功能是“Add File context to ChatGPT”。

扩展截图

screenshot
screenshot
screenshot

下载Upload file for ChatGPT扩展crx文件

下载Upload file for ChatGPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A Chrome extension that allows you to upload file directly into ChatGPT!

📤 Unlimited upload
💬 Unlimited conversation

🔗 50 file format supported 
👆 Drag and drop supported
🚀 Upload more than one file at a time
📁 Multiple file upload supported
🎬 Discuss with YouTube video
🖼️ Reading image text from web
👆 Scrapping data from website
📥 Download code file directly from chatGPT
🪶 Image to Text for Midjourney or StableDiffusion
👨‍💻 Preview code to Codepen/CodeSandbox

🤝 If you would like to support my work, you can donate to buymeacoffee.com/reygner022A
🐦 I share free project on my Twitter : twitter.com/guillaume_rygn                    

扩展基本信息

名称 Upload file for ChatGPT Upload file for ChatGPT
ID mflpknlcbonicfgikkmlloejpaigjapm
官方URL https://chromewebstore.google.com/detail/upload-file-for-chatgpt/mflpknlcbonicfgikkmlloejpaigjapm
简介 Add File context to ChatGPT
文件大小 507 KB
安装次数 5,014
当前版本 2.24.6
更新时间 2023-11-17
上架时间 2023-05-27
评分 4.00/5 共8次评分
开发者 Guillaume Reygner
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://twitter.com/guillaume_rygn
帮助页面URL https://twitter.com/guillaume_rygn
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Upload file for ChatGPT",
    "version": "2.24.6",
    "author": "Guillaume Reygner",
    "description": "Add File context to ChatGPT",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "contentScript.js",
                "pdf.min.js",
                "pdf.worker.min.js",
                "mammoth.browser.min.js",
                "ExtPay.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}