Organize ChatGPT

Organize ChatGPT - ChatGPT Chat Organizer

Organize ChatGPTとは何ですか?

Organize ChatGPTはhttps://organizechatgpt.comによって開発されたChromeの拡張機能で、その主な機能は「Organize ChatGPT - ChatGPT Chat Organizer」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Organize ChatGPT拡張機能のCRXファイルをダウンロード

Organize ChatGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ✅The BUG has been fixed, everything works again✅

ChatGPT Chat Organizer

"OrganizeChatGPT" is a Chrome extension for chat.openai.com, offering key features such as:

- Search: Quickly find specific conversations.

- Folders: Organize chats in customizable folders.

- Color-Coding: Assign colors to folders for easy identification.

 - 🔥 New now also place an icon or logo next to the folder to organize it even more.

These features streamline the ChatGPT user experience, enhancing organization and efficiency.

It enables users to organize their chat history into customizable folders for easy access and reference. The extension also includes color-coding for chats, enhancing visibility and recognition of various topics or queries. Additionally, it features a search function, allowing for quick retrieval of specific conversations. Suitable for both regular and occasional users, Organize ChatGPT streamlines the experience, saving time and increasing productivity.

🔥 https://www.buymeacoffee.com/organizechatgpt 🔥

Update:
11-12-2023:  now also place an icon or logo next to the folder to organize it even more.
14 - 12 - 2023: + Button Green, easier to see and therefore clearer
24-02-204: menu is no longer transparent and scrollbar
28-02-2024: Menu bigger                    

拡張機能の基本情報

名前 Organize ChatGPT Organize ChatGPT
ID jijhgfapogfphcccjlpoiphpjgedblpo
公式URL https://chromewebstore.google.com/detail/organize-chatgpt/jijhgfapogfphcccjlpoiphpjgedblpo
説明 Organize ChatGPT - ChatGPT Chat Organizer
ファイルサイズ 89.67 KB
インストール数 486
現在のバージョン 4.2
最終更新日 2024-02-29
公開日 2023-12-07
評価 4.93/5 合計 15 レビュー
開発者 https://organizechatgpt.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://organizechatgpt.com/
ヘルプページのURL http://organizechatgpt.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Organize ChatGPT",
    "version": "4.2",
    "description": "Organize ChatGPT - ChatGPT Chat Organizer",
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "global.js",
                "jquery.min.js",
                "arrive.min.js",
                "jquery.minicolors.js",
                "content.js"
            ],
            "css": [
                "style.css",
                "jquery.minicolors.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}