ChatGPT Bookmark

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

¿Qué es ChatGPT Bookmark?

ChatGPT Bookmark es una extensión de Chrome desarrollada por Harsh Poddar, y su función principal es "Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión ChatGPT Bookmark

Descarga archivos de extensión ChatGPT Bookmark en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ChatGPT Bookmark ChatGPT Bookmark
ID poichbelkghcmmplabhcgjfomcjgfopn
URL Oficial https://chromewebstore.google.com/detail/chatgpt-bookmark/poichbelkghcmmplabhcgjfomcjgfopn
Descripción Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.
Tamaño del Archivo 486 KB
Cantidad de Instalaciones 41
Versión Actual 1.3
Última Actualización 2024-02-01
Fecha de Publicación 2023-06-21
Calificación 4.38/5 Total de 13 Calificaciones
Desarrollador Harsh Poddar
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/*"
    ]
}