ChatGPT Bookmark
Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.
O que é ChatGPT Bookmark?
ChatGPT Bookmark é uma extensão do Chrome desenvolvida por Harsh Poddar, e sua principal característica é "Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ChatGPT Bookmark
Baixe arquivos de extensão ChatGPT Bookmark no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | ChatGPT Bookmark |
ID | poichbelkghcmmplabhcgjfomcjgfopn |
URL Oficial | https://chromewebstore.google.com/detail/chatgpt-bookmark/poichbelkghcmmplabhcgjfomcjgfopn |
Descrição | Effortlessly manage bookmarks while using ChatGPT! Save important conversations, questions, or ideas with ease. |
Tamanho do Arquivo | 486 KB |
Contagem de Instalações | 41 |
Versão Atual | 1.3 |
Última Atualização | 2024-02-01 |
Data de Publicação | 2023-06-21 |
Classificação | 4.38/5 Total de 13 Avaliações |
Desenvolvedor | Harsh Poddar |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } |