BookmarkGPT - Bookmark Your ChatGPT Prompts

An extension for bookmarking ChatGPT prompts.

Что такое BookmarkGPT - Bookmark Your ChatGPT Prompts?

BookmarkGPT - Bookmark Your ChatGPT Prompts - это расширение Chrome, разработанное https://bookmarkgpt.tech, и его основная функция - "An extension for bookmarking ChatGPT prompts.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения BookmarkGPT - Bookmark Your ChatGPT Prompts

Скачайте файлы расширений BookmarkGPT - Bookmark Your ChatGPT Prompts в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Enhance your ChatGPT experience with BookmarkGPT chrome extension, the ultimate Chrome extension designed to streamline and organize your prompts effortlessly.

Key Features:

Bookmark Your Favorite Prompts:
Easily save and access your favorite prompts with a single click. Whether it's a clever conversation starter, a helpful coding snippet, or a creative writing prompt, BookmarkGPT ensures you never lose a valuable idea.

Create Custom Prompt Groups:
Take organization to the next level by creating custom groups for your prompts. Categorize them based on projects, themes, or any criteria you choose. Stay organized and find the right prompt for the right moment.

Effortless Management:
Intuitive and user-friendly, BookmarkGPT  seamlessly integrates into chat.openai.com's sidebar. Manage your saved prompts directly from the extension, making it a breeze to add, edit, or delete entries.

How to Use:

Install the BookmarkGPT extension.
Chat with ChatGPT as usual on any webpage.
Find a prompt you love? Click the bookmark icon to save it.
Create custom groups for better organization.
Manage your prompts from window that opens when you clicked the BookmarkGPT button in the left corner of chat.openai.com.
Enjoy a clutter-free, personalized ChatGPT experience.
Why BookmarkGPT ?

BookmarkGPT is designed for users who value creativity, productivity, and organization. Never miss a brilliant idea again – empower your ChatGPT conversations with BookmarkGPT today!

Note: BookmarkGPT Pro respects your privacy and only saves prompts locally.

https://bookmarkgpt.tech/                    

Основная информация о расширении

Название BookmarkGPT - Bookmark Your ChatGPT Prompts BookmarkGPT - Bookmark Your ChatGPT Prompts
ID ejipbhdhhbdhfpemlddhfilemljogcbi
Официальный URL https://chromewebstore.google.com/detail/bookmarkgpt-bookmark-your/ejipbhdhhbdhfpemlddhfilemljogcbi
Описание An extension for bookmarking ChatGPT prompts.
Размер файла 1.68 MB
Количество установок 127
Текущая Версия 1.0.6
Последнее Обновление 2023-12-19
Дата публикации 2023-12-11
Рейтинг 5.00/5 Всего 10 оценок
Разработчик https://bookmarkgpt.tech
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://bookmarkgpt.tech
URL страницы помощи https://bookmarkgpt.tech/
URL страницы политики конфиденциальности https://bookmarkgpt.tech/policy-privacy.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "1.0.6",
    "author": "Eren Sertkaya",
    "name": "BookmarkGPT - Bookmark Your ChatGPT Prompts",
    "description": "An extension for bookmarking ChatGPT prompts.",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "identity"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.06af5f40.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "ping.b48b8483.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "bookmark.dc58d01f.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "mainScreen.2b3fe2dc.js"
            ],
            "css": [
                "mainScreen.c9429939.css"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "selectPrompt.ae76e13e.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "*:\/\/chat.openai.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "color.1e738f1c.png",
                "hue.9d502510.png",
                "primeicons.3a5b7f83.eot",
                "primeicons.78ba2ea9.woff2",
                "primeicons.9298ae29.woff",
                "primeicons.0f7d60d2.ttf",
                "primeicons.08e6efc8.svg",
                "Inter-Light.6f99ec33.woff2",
                "Inter-Light.f9d3e1f4.woff",
                "Inter-Regular.9ecd9d41.woff2",
                "Inter-Regular.36b13897.woff",
                "Inter-Medium.23ddbdc4.woff2",
                "Inter-Medium.fa532ed9.woff",
                "Inter-SemiBold.70b3816b.woff2",
                "Inter-SemiBold.b6d2aa8d.woff",
                "Inter-Bold.c3889b58.woff2",
                "Inter-Bold.c7af8835.woff"
            ]
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "resources": [
                "selectPrompt.87143ffc.svg",
                "selectPrompt.5fb3d193.svg"
            ]
        }
    ]
}