ChatGPT Bookmark

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

Was ist ChatGPT Bookmark?

ChatGPT Bookmark ist eine Chrome-Erweiterung, die von Harsh Poddar entwickelt wurde, und ihr Hauptmerkmal ist "Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.".

Erweiterungsscreenshots

ChatGPT Bookmark-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChatGPT Bookmark-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ChatGPT Bookmark ChatGPT Bookmark
ID poichbelkghcmmplabhcgjfomcjgfopn
Offizielle URL https://chromewebstore.google.com/detail/chatgpt-bookmark/poichbelkghcmmplabhcgjfomcjgfopn
Beschreibung Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.
Dateigröße 486 KB
Installationsanzahl 41
Aktuelle Version 1.3
Letztes Update 2024-02-01
Veröffentlichungsdatum 2023-06-21
Bewertung 4.38/5 Insgesamt 13 Bewertungen
Entwickler Harsh Poddar
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}