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

What is WizWrite - Record, Rewrite, WizWrite?

WizWrite - Record, Rewrite, WizWrite is a Chrome extension developed by Riku AI, and its main feature is "Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words".

Extension Screenshots

screenshot

Download WizWrite - Record, Rewrite, WizWrite Extension CRX File

Download WizWrite - Record, Rewrite, WizWrite extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name WizWrite - Record, Rewrite, WizWrite WizWrite - Record, Rewrite, WizWrite
ID ikgdndfdojojfngffhhniepeidkggadi
Official URL https://chromewebstore.google.com/detail/wizwrite-record-rewrite-w/ikgdndfdojojfngffhhniepeidkggadi
Description Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words
File Size 62.11 KB
Installation Count 88
Current Version 0.3
Last Updated 2023-09-20
Publish Date 2023-09-14
Rating 5.00/5 Total 1 Ratings
Developer Riku AI
Email [email protected]
Payment Type in_app
Extension Website https://wizwrite.io
Help Page URL https://wizwrite.io
Supported Languages 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"
    ]
}