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
官方URL 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"
            ]
        }
    ]
}