ChatGPT Bookmark

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

ChatGPT Bookmarkとは何ですか?

ChatGPT BookmarkはHarsh Poddarによって開発されたChromeの拡張機能で、その主な機能は「Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.」です。

拡張機能のスクリーンショット

ChatGPT Bookmark拡張機能のCRXファイルをダウンロード

ChatGPT Bookmark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 ChatGPT Bookmark ChatGPT Bookmark
ID poichbelkghcmmplabhcgjfomcjgfopn
公式URL https://chromewebstore.google.com/detail/chatgpt-bookmark/poichbelkghcmmplabhcgjfomcjgfopn
説明 Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.
ファイルサイズ 486 KB
インストール数 41
現在のバージョン 1.3
最終更新日 2024-02-01
公開日 2023-06-21
評価 4.38/5 合計 13 レビュー
開発者 Harsh Poddar
Eメール [email protected]
支払い方法 free
対応言語 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\/*"
    ]
}