Easy Folders: ChatGPT & Claude Chat Organizer

Easy Folders: ChatGPT & Claude Chat Organizer

Drag & drop folders for ChatGPT & Claude. Colored folders. Nested folders. History search. Bookmarks. Bulk delete chats.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    }
  },
  "version": "0.3.1",
  "author": "Edmund",
  "name": "Easy Folders: ChatGPT & Claude Chat Organizer",
  "description": "Drag & drop folders for ChatGPT & Claude. Colored folders. Nested folders. History search. Bookmarks. Bulk delete chats.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "background",
    "unlimitedStorage",
    "webRequest",
    "cookies",
    "webNavigation"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "ChatHistoryWrapperInjector.83568578.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "RootBookmarksButton.e93f1519.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "ExploreGPTsButtonInjector.e044e35d.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "ClaudeRootFoldersDrawerButton.5c27fd35.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "js": [
        "ClaudeFileUploadButtonInjector.c3eeb230.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "RootFoldersButton.c5d249c8.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "RootAddToFoldersButton.f2bfa685.js"
      ],
      "css": []
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "GPTsButtonInjector.a6fef8d1.js"
      ],
      "css": []
    }
  ],
  "host_permissions": [
    "https://chat.openai.com/*",
    "https://chatgpt.com/*",
    "https://ab.chatgpt.com/*",
    "https://claude.ai/api/*",
    "https://claude.ai/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://claude.ai/*"
      ],
      "resources": [
        "browser.b1666d77.js"
      ]
    },
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "resources": [
        "browser.b1666d77.js"
      ]
    }
  ]
}