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 |
| Eメール | [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"
]
}
]
} | |