TypeAI
Generate text using Chat GPT on every website input field
What is TypeAI?
TypeAI is a Chrome extension developed by https://karthikponnam.dev, and its main feature is "Generate text using Chat GPT on every website input field".
Extension Screenshots
Download TypeAI Extension CRX File
Download TypeAI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | TypeAI |
ID | epleehoimjhfndhecgchgfcdmhjanhbi |
Official URL | https://chromewebstore.google.com/detail/typeai/epleehoimjhfndhecgchgfcdmhjanhbi |
Description | Generate text using Chat GPT on every website input field |
File Size | 27.84 KB |
Installation Count | 55 |
Current Version | 1.3 |
Last Updated | 2023-04-21 |
Publish Date | 2023-04-20 |
Developer | https://karthikponnam.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://typeai.karthikponnam.dev/ |
Help Page URL | https://typeai.karthikponnam.dev/ |
Supported Languages | 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" } ] } |