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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WizWrite - Record, Rewrite, WizWrite एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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"
    ]
}