ChatGPT Bookmark

Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.

ما هو ChatGPT Bookmark؟

ChatGPT Bookmark هو إضافة Chrome تم تطويرها بواسطة Harsh Poddar، والميزة الرئيسية لها هي "Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة ChatGPT Bookmark

قم بتنزيل ملفات الامتداد ChatGPT Bookmark بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        ChatGPT Bookmark is the ultimate companion for organizing your thoughts and important moments while using ChatGPT. With this powerful extension, effortlessly save and manage bookmarks within the ChatGPT interface, ensuring you never lose track of valuable conversations, brilliant ideas, or crucial information again. Seamlessly capture and categorize bookmarks, making it a breeze to revisit and reference them at any time. Enhance your productivity and streamline your workflow with ChatGPT Bookmark – the essential tool for maximizing your ChatGPT experience.                    

معلومات أساسية عن التمديد

الاسم ChatGPT Bookmark ChatGPT Bookmark
ID poichbelkghcmmplabhcgjfomcjgfopn
عنوان URL الرسمي https://chromewebstore.google.com/detail/chatgpt-bookmark/poichbelkghcmmplabhcgjfomcjgfopn
الوصف Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.
حجم الملف 486 KB
عدد التثبيتات 41
النسخة الحالية 1.3
آخر تحديث 2024-02-01
تاريخ النشر 2023-06-21
تقييم 4.38/5 مجموع تقييمات 13
المطور Harsh Poddar
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Bookmark",
    "version": "1.3",
    "description": "Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.",
    "permissions": [
        "storage",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "accordion.js",
                "insert_bookmark.js",
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*"
    ]
}