ChatGPT Sidebar
A Chrome extension that creates a sidebar for ChatGPT
¿Qué es ChatGPT Sidebar?
ChatGPT Sidebar es una extensión de Chrome desarrollada por ankh.dev.io, y su función principal es "A Chrome extension that creates a sidebar for ChatGPT".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ChatGPT Sidebar
Descarga archivos de extensión ChatGPT Sidebar en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | ChatGPT Sidebar |
ID | llbhbmemofnidifkpffglhipkjdbgghf |
URL Oficial | https://chromewebstore.google.com/detail/chatgpt-sidebar/llbhbmemofnidifkpffglhipkjdbgghf |
Descripción | A Chrome extension that creates a sidebar for ChatGPT |
Tamaño del Archivo | 17.08 KB |
Cantidad de Instalaciones | 58 |
Versión Actual | 0.0.1 |
Última Actualización | 2023-10-13 |
Fecha de Publicación | 2023-09-29 |
Calificación | 2.00/5 Total de 1 Calificaciones |
Desarrollador | ankh.dev.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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\/" ] } |