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.
扩展基本信息
名称 | WizWrite - Record, Rewrite, 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 |
电子邮箱 | [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" ] } |