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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Riku AI, και η κύρια λειτουργία του είναι "Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WizWrite - Record, Rewrite, WizWrite
Λήψη αρχείων επέκτασης WizWrite - Record, Rewrite, WizWrite σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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"
]
} | |