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 to jest WizWrite - Record, Rewrite, WizWrite?
WizWrite - Record, Rewrite, WizWrite to rozszerzenie Chrome opracowane przez Riku AI, a jego główną funkcją jest „Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WizWrite - Record, Rewrite, WizWrite
Pobierz pliki rozszerzeń WizWrite - Record, Rewrite, WizWrite w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | WizWrite - Record, Rewrite, WizWrite |
ID | ikgdndfdojojfngffhhniepeidkggadi |
Oficjalny URL | https://chromewebstore.google.com/detail/wizwrite-record-rewrite-w/ikgdndfdojojfngffhhniepeidkggadi |
Opis | Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words |
Rozmiar pliku | 62.11 KB |
Liczba instalacji | 88 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2023-09-20 |
Data Publikacji | 2023-09-14 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Riku AI |
[email protected] | |
Typ Płatności | in_app |
Strona Rozszerzenia | https://wizwrite.io |
Adres URL Strony Pomocy | https://wizwrite.io |
Obsługiwane Języki | 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" ] } |