ChatGPT Bookmark

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

Apa itu ChatGPT Bookmark?

ChatGPT Bookmark adalah ekstensi Chrome yang dikembangkan oleh Harsh Poddar, dan fitur utamanya adalah "Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi ChatGPT Bookmark

Unduh file ekstensi ChatGPT Bookmark dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ChatGPT Bookmark ChatGPT Bookmark
ID poichbelkghcmmplabhcgjfomcjgfopn
URL Resmi https://chromewebstore.google.com/detail/chatgpt-bookmark/poichbelkghcmmplabhcgjfomcjgfopn
Deskripsi Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.
Ukuran File 486 KB
Jumlah Instalasi 41
Versi Saat Ini 1.3
Terakhir Diperbarui 2024-02-01
Tanggal Publikasi 2023-06-21
Penilaian 4.38/5 Total 13 Penilaian
Pengembang Harsh Poddar
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}