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
Co je WizWrite - Record, Rewrite, WizWrite?
WizWrite - Record, Rewrite, WizWrite je rozšíření Chrome vyvinuté Riku AI, a jeho hlavní funkcí je „Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření WizWrite - Record, Rewrite, WizWrite
Stáhněte si soubory rozšíření WizWrite - Record, Rewrite, WizWrite ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | WizWrite - Record, Rewrite, WizWrite |
ID | ikgdndfdojojfngffhhniepeidkggadi |
Oficiální URL | https://chromewebstore.google.com/detail/wizwrite-record-rewrite-w/ikgdndfdojojfngffhhniepeidkggadi |
Popis | Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words |
Velikost souboru | 62.11 KB |
Počet instalací | 88 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2023-09-20 |
Datum Vydání | 2023-09-14 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Riku AI |
[email protected] | |
Typ Platby | in_app |
Webové stránky Rozšíření | https://wizwrite.io |
URL Stránky Nápovědy | https://wizwrite.io |
Podporované Jazyky | 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" ] } |