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
O que é WizWrite - Record, Rewrite, WizWrite?
WizWrite - Record, Rewrite, WizWrite é uma extensão do Chrome desenvolvida por Riku AI, e sua principal característica é "Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WizWrite - Record, Rewrite, WizWrite
Baixe arquivos de extensão WizWrite - Record, Rewrite, WizWrite no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | WizWrite - Record, Rewrite, WizWrite |
ID | ikgdndfdojojfngffhhniepeidkggadi |
URL Oficial | https://chromewebstore.google.com/detail/wizwrite-record-rewrite-w/ikgdndfdojojfngffhhniepeidkggadi |
Descrição | Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words |
Tamanho do Arquivo | 62.11 KB |
Contagem de Instalações | 88 |
Versão Atual | 0.3 |
Última Atualização | 2023-09-20 |
Data de Publicação | 2023-09-14 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Riku AI |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://wizwrite.io |
URL da Página de Ajuda | https://wizwrite.io |
Idiomas Suportados | 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" ] } |