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
Eメール [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"
    ]
}