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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |