ChatGPT Bookmark
Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.
What is ChatGPT Bookmark?
ChatGPT Bookmark is a Chrome extension developed by Harsh Poddar, and its main feature is "Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.".
Extension Screenshots
Download ChatGPT Bookmark Extension CRX File
Download ChatGPT Bookmark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ChatGPT Bookmark |
ID | poichbelkghcmmplabhcgjfomcjgfopn |
Official URL | https://chromewebstore.google.com/detail/chatgpt-bookmark/poichbelkghcmmplabhcgjfomcjgfopn |
Description | Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease. |
File Size | 486 KB |
Installation Count | 41 |
Current Version | 1.3 |
Last Updated | 2024-02-01 |
Publish Date | 2023-06-21 |
Rating | 4.38/5 Total 13 Ratings |
Developer | Harsh Poddar |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |