WizWrite - Record, Rewrite, WizWrite
Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words
WizWrite - Record, Rewrite, WizWriteとは何ですか?
WizWrite - Record, Rewrite, WizWriteはRiku AIによって開発されたChromeの拡張機能で、その主な機能は「Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words」です。
拡張機能のスクリーンショット
WizWrite - Record, Rewrite, WizWrite拡張機能のCRXファイルをダウンロード
WizWrite - Record, Rewrite, WizWrite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words.
A super handy tool to talk to AI. Hone your thoughts and create great pieces of content with WizWrite. 拡張機能の基本情報
| 名前 | |
| ID | ikgdndfdojojfngffhhniepeidkggadi |
| 公式URL | https://chromewebstore.google.com/detail/wizwrite-record-rewrite-w/ikgdndfdojojfngffhhniepeidkggadi |
| 説明 | Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words |
| ファイルサイズ | 62.11 KB |
| インストール数 | 88 |
| 現在のバージョン | 0.3 |
| 最終更新日 | 2023-09-20 |
| 公開日 | 2023-09-14 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Riku AI |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 拡張機能のウェブサイト | https://wizwrite.io |
| ヘルプページのURL | https://wizwrite.io |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "WizWrite - Record, Rewrite, WizWrite",
"description": "Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words",
"host_permissions": [
"https:\/\/app.wizwrite.io\/"
],
"version": "0.3",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "images\/16x16.png",
"32": "images\/32x32.png",
"48": "images\/48x48.png",
"128": "images\/128x128.png"
}
},
"icons": {
"16": "images\/16x16.png",
"32": "images\/32x32.png",
"48": "images\/48x48.png",
"128": "images\/128x128.png"
},
"permissions": [
"activeTab",
"scripting"
]
} | |