Paraphrasing

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

什麼是Paraphrasing?

Paraphrasing是由jeff38399green開發的Chrome擴展程式,該擴展的主要功能是“Boost your text with our free, AI-driven extension for rephrasing, paraphrasing, and rewriting”。

擴展截圖

screenshot
screenshot

下載Paraphrasing擴展crx文件

下載Paraphrasing擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Paraphrasing Paraphrasing
ID gbblnlmcfebhgojhlpmeellhlmjahpmi
官方網址 https://chromewebstore.google.com/detail/paraphrasing/gbblnlmcfebhgojhlpmeellhlmjahpmi
簡介 Boost your text with our free, AI-driven extension for rephrasing, paraphrasing, and rewriting
檔案大小 354 KB
安裝次數 1,662
目前版本 1.0.0
更新時間 2023-05-14
上架時間 2023-05-05
評分 5.00/5 共 10 次評分
開發者 jeff38399green
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://lampabar.com/etc/pages/privacy.html
支援的語言 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"
            ]
        }
    ]
}