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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة المساعدة | 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"
]
} | |