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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WizWrite - Record, Rewrite, 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" ] } |