TypeAI
Generate text using Chat GPT on every website input field
什么是TypeAI?
TypeAI是由https://karthikponnam.dev开发的Chrome扩展程序,该扩展的主要功能是“Generate text using Chat GPT on every website input field”。
扩展截图
下载TypeAI扩展crx文件
下载TypeAI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | TypeAI |
ID | epleehoimjhfndhecgchgfcdmhjanhbi |
官方URL | https://chromewebstore.google.com/detail/typeai/epleehoimjhfndhecgchgfcdmhjanhbi |
简介 | Generate text using Chat GPT on every website input field |
文件大小 | 27.84 KB |
安装次数 | 55 |
当前版本 | 1.3 |
更新时间 | 2023-04-21 |
上架时间 | 2023-04-20 |
开发者 | https://karthikponnam.dev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://typeai.karthikponnam.dev/ |
帮助页面URL | https://typeai.karthikponnam.dev/ |
支持的语言 | 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" } ] } |