Paraphrasing

Boost your text with our free, AI-driven extension for rephrasing, paraphrasing, and rewriting

Paraphrasing là gì?

Paraphrasing là một tiện ích mở rộng Chrome được phát triển bởi jeff38399green, và tính năng chính của nó là "Boost your text with our free, AI-driven extension for rephrasing, paraphrasing, and rewriting".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Paraphrasing

Tải xuống các tệp mở rộng Paraphrasing 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

                        Paraphrasing is a free Chrome extension that leverages AI power to rephrase, reword, and rewrite your content

Improve your writing experience with our AI-powered rewriting tool designed for all your content needs. Whether you're struggling with writer's block, want to eliminate plagiarism, or want to improve the fluency of your writing, Paraphrase is your ultimate solution.                    

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

Tên Paraphrasing Paraphrasing
ID gbblnlmcfebhgojhlpmeellhlmjahpmi
URL Chính Thức https://chromewebstore.google.com/detail/paraphrasing/gbblnlmcfebhgojhlpmeellhlmjahpmi
Mô tả Boost your text with our free, AI-driven extension for rephrasing, paraphrasing, and rewriting
Kích Thước Tệp 354 KB
Số Lần Cài Đặt 1,662
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2023-05-14
Ngày Phát Hành 2023-05-05
Đánh Giá 5.00/5 Tổng số 10 Đánh Giá
Nhà Phát Triển jeff38399green
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://lampabar.com/etc/pages/privacy.html
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}