ChatGPT File Extension
A Chrome extension to submit files to ChatGPT
Cos'è ChatGPT File Extension?
ChatGPT File Extension è un'estensione di Chrome sviluppata da Pharavi, e la sua funzione principale è "A Chrome extension to submit files to ChatGPT".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatGPT File Extension
Scarica i file di estensione ChatGPT File Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | afjjnhoidmijbnjgjgkmbckpcogdmpce |
| URL Ufficiale | https://chromewebstore.google.com/detail/chatgpt-file-extension/afjjnhoidmijbnjgjgkmbckpcogdmpce |
| Descrizione | A Chrome extension to submit files to ChatGPT |
| Dimensione del File | 3.91 KB |
| Conteggio Installazioni | 422 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2023-05-22 |
| Data di Pubblicazione | 2023-05-22 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Pharavi |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |