ChatGPT File Extension
A Chrome extension to submit files to ChatGPT
什么是ChatGPT File Extension?
ChatGPT File Extension是由Pharavi开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension to submit files to ChatGPT”。
扩展截图
下载ChatGPT File Extension扩展crx文件
下载ChatGPT File Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Unleash the Power of Chunky Uploads! Introducing ChatGPT File Uploader: the Ultimate Chrome Extension for Seamless Large File Transfers.
Say goodbye to file size limitations and hello to effortless uploads with ChatGPT File Uploader. This game-changing Chrome extension revolutionizes the way you share large files on chat.openai.com. No more frustrations over character limits, you can now break down your hefty files into bite-sized chunks ranging from 1 to 15,000 characters.
Experience unrivaled convenience as ChatGPT File Uploader takes the reins of your file uploads. Seamlessly split, upload, and conquer the upload process with a single click! Our innovative extension seamlessly integrates a button into the chat page, granting you the power to effortlessly select a file and watch it magically transform into manageable chunks before your eyes. Trust us, it's as easy as 1-2-3!
Compatible with an extensive range of file formats, including txt, js, py, css, json, and csv, ChatGPT File Uploader ensures flexibility and versatility for all your document-sharing needs. Whether you're collaborating on a coding project, exchanging data, or sharing critical information, this extension has you covered.
Unlock a new era of streamlined file transfers. Say hello to ChatGPT File Uploader and wave goodbye to limitations. Get ready to upload like never before! 扩展基本信息
| 名称 | |
| ID | afjjnhoidmijbnjgjgkmbckpcogdmpce |
| 官方URL | https://chromewebstore.google.com/detail/chatgpt-file-extension/afjjnhoidmijbnjgjgkmbckpcogdmpce |
| 简介 | A Chrome extension to submit files to ChatGPT |
| 文件大小 | 3.91 KB |
| 安装次数 | 422 |
| 当前版本 | 1.0 |
| 更新时间 | 2023-05-22 |
| 上架时间 | 2023-05-22 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Pharavi |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "ChatGPT File Extension",
"version": "1.0",
"description": "A Chrome extension to submit files to ChatGPT",
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"content.js"
]
}
]
} | |