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. 擴展基本資訊
| 名稱 | |
| ID | epleehoimjhfndhecgchgfcdmhjanhbi |
| 官方網址 | 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"
}
]
} | |