ChatGPT Easy Folders: Chat Organizer & Search
Drag-drop & nested sub-folders. Colored folders. Custom GPTs Folders. Chat history search. Bookmark Chats. Bulk delete chats.
Τι είναι το ChatGPT Easy Folders: Chat Organizer & Search;
Το ChatGPT Easy Folders: Chat Organizer & Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://chatgpt-easy-folders.vercel.app, και η κύρια λειτουργία του είναι "Drag-drop & nested sub-folders. Colored folders. Custom GPTs Folders. Chat history search. Bookmark Chats. Bulk delete chats.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ChatGPT Easy Folders: Chat Organizer & Search
Λήψη αρχείων επέκτασης ChatGPT Easy Folders: Chat Organizer & Search σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
A simple but powerful tool to organize your ChatGPT chats.
- Privacy focused, your data is all stored on your local machine 🕶️
- Create folders & sub-folders for your chats 🗂️
- Easy-to-use drag & drop 👌
- Colored folders 🎨
- Automatic folders for Custom GPTs 🤖
- Sync folders across multiple devices 🔄
- Full chat history search 🔍
- Bookmark important chats 🔖
- Bulk delete chats 🗑️
- Dark & light mode support 🌚🌞
Many updates to come, stay tuned... 🤫 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | gdocioajfidpnaejbgmbnkflgmppibfe |
| Επίσημο URL | https://chromewebstore.google.com/detail/chatgpt-easy-folders-chat/gdocioajfidpnaejbgmbnkflgmppibfe |
| Περιγραφή | Drag-drop & nested sub-folders. Colored folders. Custom GPTs Folders. Chat history search. Bookmark Chats. Bulk delete chats. |
| Μέγεθος Αρχείου | 1.04 MB |
| Αριθμός Εγκαταστάσεων | 1,000 |
| Τρέχουσα Έκδοση | 0.1.4 |
| Τελευταία Ενημέρωση | 2024-02-29 |
| Ημερομηνία Δημοσίευσης | 2024-02-09 |
| Αξιολόγηση | 4.36/5 Συνολικά 11 Αξιολογήσεις |
| Προγραμματιστής | https://chatgpt-easy-folders.vercel.app |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| URL της Σελίδας Πολιτικής Απορρήτου | https://chatgpt-easy-folders.vercel.app/privacy-policy |
| Υποστηριζόμενες Γλώσσες | en |
| 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.1.4",
"author": "Edmund",
"name": "ChatGPT Easy Folders: Chat Organizer & Search",
"description": "Drag-drop & nested sub-folders. Colored folders. Custom GPTs Folders. Chat history search. Bookmark Chats. Bulk delete chats.",
"background": {
"service_worker": "static\/background\/index.js"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"permissions": [
"storage",
"background",
"unlimitedStorage",
"webRequest"
],
"content_scripts": [
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"GPTsButtonInjector.a6fef8d1.js"
],
"css": []
},
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"ExploreGPTsButtonInjector.e044e35d.js"
],
"css": []
},
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"ChatHistoryWrapperInjector.83568578.js"
],
"css": []
},
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"js": [
"RootFoldersButton.c5d249c8.js"
],
"css": []
}
],
"host_permissions": [
"https:\/\/chat.openai.com\/*",
"https:\/\/ab.chatgpt.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/chat.openai.com\/*"
],
"resources": [
"browser.b1666d77.js"
]
}
]
} | |