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 |
| 公式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 |
| Eメール | [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"
}
]
} | |