ChatGPT Bookmark

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

Vad är ChatGPT Bookmark?

ChatGPT Bookmark är en Chrome-tillägg utvecklad av Harsh Poddar, och dess huvudfunktion är "Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.".

Tilläggsskärmbilder

Ladda ner ChatGPT Bookmark-förlängningens CRX-fil

Ladda ner ChatGPT Bookmark-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ChatGPT Bookmark ChatGPT Bookmark
ID poichbelkghcmmplabhcgjfomcjgfopn
Officiell webbadress https://chromewebstore.google.com/detail/chatgpt-bookmark/poichbelkghcmmplabhcgjfomcjgfopn
Beskrivning Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.
Filstorlek 486 KB
Antal Installationer 41
Aktuell Version 1.3
Senast Uppdaterad 2024-02-01
Publiceringsdatum 2023-06-21
Betyg 4.38/5 Totalt 13 Betyg
Utvecklare Harsh Poddar
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}