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 |
ID | poichbelkghcmmplabhcgjfomcjgfopn |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |