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