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
电子邮箱 [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"
    }
}