SublimeGPT: ChatGPT Everywhere
Use ChatGPT everywhere. See ChatGPT responses alongside Google search results. Create prompt shortcuts and use them in any website.
¿Qué es SublimeGPT: ChatGPT Everywhere?
SublimeGPT: ChatGPT Everywhere es una extensión de Chrome desarrollada por https://sublimegpt.com, y su función principal es "Use ChatGPT everywhere. See ChatGPT responses alongside Google search results. Create prompt shortcuts and use them in any website.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión SublimeGPT: ChatGPT Everywhere
Descarga archivos de extensión SublimeGPT: ChatGPT Everywhere 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
SublimeGPT lets you: - Open ChatGPT inside any website. - See ChatGPT response alongside Google search results. - Create your own prompts and use them on selected text in any web page. How to open chat inside any website: 1. Make sure you're logged into your ChatGPT account. 2. Open any website and press Ctrl+Up Arrow (Cmd+Up Arrow on Mac) or click the extension icon on the navigation bar. You can change the keyboard shortcut in your browser's extension shortcuts page. 3. Start chatting with ChatGPT in the overlay dialog that opens up. SublimeGPT is just a helper tool and is not affiliated with OpenAI or ChatGPT.
Información Básica de la Extensión
Nombre | SublimeGPT: ChatGPT Everywhere |
ID | eecockeebhenbihmkaamjlgoehkngjea |
URL Oficial | https://chromewebstore.google.com/detail/sublimegpt-chatgpt-everyw/eecockeebhenbihmkaamjlgoehkngjea |
Descripción | Use ChatGPT everywhere. See ChatGPT responses alongside Google search results. Create prompt shortcuts and use them in any website. |
Tamaño del Archivo | 60.11 KB |
Cantidad de Instalaciones | 407 |
Versión Actual | 0.2.0 |
Última Actualización | 2023-04-04 |
Fecha de Publicación | 2023-03-09 |
Calificación | 3.71/5 Total de 7 Calificaciones |
Desarrollador | https://sublimegpt.com |
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": "SublimeGPT: ChatGPT Everywhere", "short_name": "SublimeGPT", "version": "0.2.0", "description": "Use ChatGPT everywhere. See ChatGPT responses alongside Google search results. Create prompt shortcuts and use them in any website.", "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "permissions": [ "contextMenus", "storage", "unlimitedStorage" ], "host_permissions": [ "https:\/\/*.openai.com\/*" ], "action": { "default_title": "Open Chat" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ " |