ChatGPT - File Uploader

With just a few clicks, you can easily upload large files as chat conversations to ChatGPT.

ChatGPT - File Uploaderとは何ですか?

ChatGPT - File Uploaderはhttps://beonline.ptによって開発されたChromeの拡張機能で、その主な機能は「With just a few clicks, you can easily upload large files as chat conversations to ChatGPT.」です。

拡張機能のスクリーンショット

screenshot
screenshot

ChatGPT - File Uploader拡張機能のCRXファイルをダウンロード

ChatGPT - File Uploader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Get ready to take your AI language model game to the next level with this awesome Chrome extension! With just a few clicks, you can easily upload large files as chat conversations to ChatGPT. The extension adds a sleek "Submit File" button and progress bar to a specific webpage, allowing you to submit bit pieces of content effortlessly. Plus, each chat message includes a cool custom message telling you which part of the file is being submitted. Whether you're generating responses or analyzing text data, this extension makes it super easy and fun. So why wait? Download it now and start exploring all the amazing possibilities!


***DEVELOPER NOTES***
- This extensions is free
- It's still in development
- when clicking on "+ New Chat" you need to refresh the page for the button to show ( this will be fixed in the future)

***CREDITS***
Code inspired by:
https://www.youtube.com/watch?v=iR99LO28nzM&t=40s                    

拡張機能の基本情報

名前 ChatGPT - File Uploader ChatGPT - File Uploader
ID mfffdegofkkapdnjfekchlbamfamdeeo
公式URL https://chromewebstore.google.com/detail/chatgpt-file-uploader/mfffdegofkkapdnjfekchlbamfamdeeo
説明 With just a few clicks, you can easily upload large files as chat conversations to ChatGPT.
ファイルサイズ 9.61 KB
インストール数 644
現在のバージョン 0.1
最終更新日 2023-05-20
公開日 2023-05-19
開発者 https://beonline.pt
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://beonline.pt/
プライバシーポリシーページのURL https://beonline.pt/privacy-policy-for-chatgpt-file-uploader
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT - File Uploader",
    "version": "0.1",
    "description": "With just a few clicks, you can easily upload large files as chat conversations to ChatGPT.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}