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 là gì?

WizWrite - Record, Rewrite, WizWrite là một tiện ích mở rộng Chrome được phát triển bởi Riku AI, và tính năng chính của nó là "Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WizWrite - Record, Rewrite, WizWrite

Tải xuống các tệp mở rộng WizWrite - Record, Rewrite, WizWrite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WizWrite - Record, Rewrite, WizWrite WizWrite - Record, Rewrite, WizWrite
ID ikgdndfdojojfngffhhniepeidkggadi
URL Chính Thức https://chromewebstore.google.com/detail/wizwrite-record-rewrite-w/ikgdndfdojojfngffhhniepeidkggadi
Mô tả Record with the mic or type text, select an AI action - rewrite, summarize, translate, and much more! WizWrite amplifies your words
Kích Thước Tệp 62.11 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2023-09-20
Ngày Phát Hành 2023-09-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Riku AI
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://wizwrite.io
URL Trang Trợ Giúp https://wizwrite.io
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}