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
Vad är WizWrite - Record, Rewrite, WizWrite?
WizWrite - Record, Rewrite, WizWrite är en Chrome-tillägg utvecklad av Riku AI, och dess huvudfunktion är "Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words".
Tilläggsskärmbilder
Ladda ner WizWrite - Record, Rewrite, WizWrite-förlängningens CRX-fil
Ladda ner WizWrite - Record, Rewrite, WizWrite-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | ikgdndfdojojfngffhhniepeidkggadi |
| Officiell webbadress | https://chromewebstore.google.com/detail/wizwrite-record-rewrite-w/ikgdndfdojojfngffhhniepeidkggadi |
| Beskrivning | Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words |
| Filstorlek | 62.11 KB |
| Antal Installationer | 88 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2023-09-20 |
| Publiceringsdatum | 2023-09-14 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Riku AI |
| E-post | [email protected] |
| Betalningssätt | in_app |
| Tilläggswebbplats | https://wizwrite.io |
| Hjälpsida URL | https://wizwrite.io |
| Stödda Språk | 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"
]
} | |