ChatGPT File Extension
A Chrome extension to submit files to ChatGPT
Was ist ChatGPT File Extension?
ChatGPT File Extension ist eine Chrome-Erweiterung, die von Pharavi entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension to submit files to ChatGPT".
Erweiterungsscreenshots
ChatGPT File Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie ChatGPT File Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | afjjnhoidmijbnjgjgkmbckpcogdmpce |
| Offizielle URL | https://chromewebstore.google.com/detail/chatgpt-file-extension/afjjnhoidmijbnjgjgkmbckpcogdmpce |
| Beschreibung | A Chrome extension to submit files to ChatGPT |
| Dateigröße | 3.91 KB |
| Installationsanzahl | 422 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2023-05-22 |
| Veröffentlichungsdatum | 2023-05-22 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Pharavi |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |