TypeAI
Generate text using Chat GPT on every website input field
Qu'est-ce que TypeAI ?
TypeAI est une extension Chrome développée par https://karthikponnam.dev, et sa fonction principale est "Generate text using Chat GPT on every website input field".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TypeAI
Téléchargez les fichiers d'extension TypeAI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | TypeAI |
ID | epleehoimjhfndhecgchgfcdmhjanhbi |
URL Officiel | https://chromewebstore.google.com/detail/typeai/epleehoimjhfndhecgchgfcdmhjanhbi |
Description | Generate text using Chat GPT on every website input field |
Taille du Fichier | 27.84 KB |
Nombre d'Installations | 55 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2023-04-21 |
Date de Publication | 2023-04-20 |
Développeur | https://karthikponnam.dev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://typeai.karthikponnam.dev/ |
URL de la Page d'Aide | https://typeai.karthikponnam.dev/ |
Langues Prises en Charge | 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" } ] } |