TypeAI
Generate text using Chat GPT on every website input field
Cos'è TypeAI?
TypeAI è un'estensione di Chrome sviluppata da https://karthikponnam.dev, e la sua funzione principale è "Generate text using Chat GPT on every website input field".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TypeAI
Scarica i file di estensione TypeAI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | TypeAI |
ID | epleehoimjhfndhecgchgfcdmhjanhbi |
URL Ufficiale | https://chromewebstore.google.com/detail/typeai/epleehoimjhfndhecgchgfcdmhjanhbi |
Descrizione | Generate text using Chat GPT on every website input field |
Dimensione del File | 27.84 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2023-04-21 |
Data di Pubblicazione | 2023-04-20 |
Sviluppatore | https://karthikponnam.dev |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://typeai.karthikponnam.dev/ |
URL della Pagina di Aiuto | https://typeai.karthikponnam.dev/ |
Lingue Supportate | 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" } ] } |