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
Wat is WizWrite - Record, Rewrite, WizWrite?
WizWrite - Record, Rewrite, WizWrite is een Chrome-extensie ontwikkeld door Riku AI, en de belangrijkste functie is "Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words".
Extensie Screenshots
Download het CRX-bestand van de extensie WizWrite - Record, Rewrite, WizWrite
Download WizWrite - Record, Rewrite, WizWrite-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | WizWrite - Record, Rewrite, WizWrite |
ID | ikgdndfdojojfngffhhniepeidkggadi |
Officiële URL | https://chromewebstore.google.com/detail/wizwrite-record-rewrite-w/ikgdndfdojojfngffhhniepeidkggadi |
Beschrijving | Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words |
Bestandsgrootte | 62.11 KB |
Aantal Installaties | 88 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2023-09-20 |
Publicatiedatum | 2023-09-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Riku AI |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://wizwrite.io |
Help Pagina-URL | https://wizwrite.io |
Ondersteunde Talen | 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" ] } |