ChatGPT File Uploader

This extension allows you to upload files to a webpage.

什麼是ChatGPT File Uploader?

ChatGPT File Uploader是由Shreyas Subramani開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to upload files to a webpage.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載ChatGPT File Uploader擴展crx文件

下載ChatGPT File Uploader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The "ChatGPT File Uploader" extension provides a convenient way to upload files into ChatGPT. With this extension, you can easily select and upload files to ChatGPT with just a few clicks.

How to Use:

1. Install the extension from the Chrome Web Store.
2. Once installed, the extension icon will appear in the Chrome toolbar.
3. Click on the extension icon to open the popup window.
4. Use the start button to activate or deactivate the file upload functionality.
5. When the button is active, you can click on file upload fields on websites to select and upload files.
Enjoy a seamless file uploading experience without any hassle.                    

擴展基本資訊

名稱 ChatGPT File Uploader ChatGPT File Uploader
ID nhjkphnmaicfiffimbmbhlhbbdagfamn
官方網址 https://chromewebstore.google.com/detail/chatgpt-file-uploader/nhjkphnmaicfiffimbmbhlhbbdagfamn
簡介 This extension allows you to upload files to a webpage.
檔案大小 8.88 KB
安裝次數 49
目前版本 1.0
更新時間 2023-05-24
上架時間 2023-05-23
評分 5.00/5 共 1 次評分
開發者 Shreyas Subramani
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT File Uploader",
    "description": "This extension allows you to upload files to a webpage.",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}