ChatGPT Sidebar
A Chrome extension that creates a sidebar for ChatGPT
O que é ChatGPT Sidebar?
ChatGPT Sidebar é uma extensão do Chrome desenvolvida por ankh.dev.io, e sua principal característica é "A Chrome extension that creates a sidebar for ChatGPT".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ChatGPT Sidebar
Baixe arquivos de extensão ChatGPT Sidebar 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
Integrate ChatGPT within a handy sidebar (great for users that have a single monitor!). Allows you to interact with ChatGPT while browsing any page, eliminating the hassle of toggling between tabs. Access via the extension action icon!
Informações Básicas da Extensão
Nome | ChatGPT Sidebar |
ID | llbhbmemofnidifkpffglhipkjdbgghf |
URL Oficial | https://chromewebstore.google.com/detail/chatgpt-sidebar/llbhbmemofnidifkpffglhipkjdbgghf |
Descrição | A Chrome extension that creates a sidebar for ChatGPT |
Tamanho do Arquivo | 17.08 KB |
Contagem de Instalações | 58 |
Versão Atual | 0.0.1 |
Última Atualização | 2023-10-13 |
Data de Publicação | 2023-09-29 |
Classificação | 2.00/5 Total de 1 Avaliações |
Desenvolvedor | ankh.dev.io |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Sidebar", "version": "0.0.1", "description": "A Chrome extension that creates a sidebar for ChatGPT", "permissions": [ "sidePanel" ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "side_panel": { "default_path": "sidepanel.html" }, "action": { "default_title": "ChatGPT Sidebar" }, "host_permissions": [ "https:\/\/*.openai.com\/" ] } |