TypeAI
Generate text using Chat GPT on every website input field
¿Qué es TypeAI?
TypeAI es una extensión de Chrome desarrollada por https://karthikponnam.dev, y su función principal es "Generate text using Chat GPT on every website input field".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión TypeAI
Descarga archivos de extensión TypeAI 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
Type AI - Your Ultimate Text Generation Companion! TypeAI is your one-stop solution for all your text generation needs. Try TypeAI now and unlock the full potential of AI-powered text generation. Say goodbye to tedious writing tasks and let TypeAI be your ultimate text generation companion.
Información Básica de la Extensión
Nombre | TypeAI |
ID | epleehoimjhfndhecgchgfcdmhjanhbi |
URL Oficial | https://chromewebstore.google.com/detail/typeai/epleehoimjhfndhecgchgfcdmhjanhbi |
Descripción | Generate text using Chat GPT on every website input field |
Tamaño del Archivo | 27.84 KB |
Cantidad de Instalaciones | 55 |
Versión Actual | 1.3 |
Última Actualización | 2023-04-21 |
Fecha de Publicación | 2023-04-20 |
Desarrollador | https://karthikponnam.dev |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://typeai.karthikponnam.dev/ |
URL de la Página de Ayuda | https://typeai.karthikponnam.dev/ |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TypeAI", "version": "1.3", "description": "Generate text using Chat GPT on every website input field", "icons": { "48": "icons\/logo.png", "96": "icons\/logo-96.png" }, "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "browser-polyfill.js", "typeai.js" ], "run_at": "document_start" } ] } |