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

Was ist WizWrite - Record, Rewrite, WizWrite?

WizWrite - Record, Rewrite, WizWrite ist eine Chrome-Erweiterung, die von Riku AI entwickelt wurde, und ihr Hauptmerkmal ist "Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words".

Erweiterungsscreenshots

screenshot

WizWrite - Record, Rewrite, WizWrite-Erweiterungs-CRX-Datei herunterladen

Laden Sie WizWrite - Record, Rewrite, WizWrite-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name WizWrite - Record, Rewrite, WizWrite WizWrite - Record, Rewrite, WizWrite
ID ikgdndfdojojfngffhhniepeidkggadi
Offizielle URL https://chromewebstore.google.com/detail/wizwrite-record-rewrite-w/ikgdndfdojojfngffhhniepeidkggadi
Beschreibung Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words
Dateigröße 62.11 KB
Installationsanzahl 88
Aktuelle Version 0.3
Letztes Update 2023-09-20
Veröffentlichungsdatum 2023-09-14
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Riku AI
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://wizwrite.io
Hilfeseite URL https://wizwrite.io
Unterstützte Sprachen 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"
    ]
}