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
公式URL 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
Eメール [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"
            ]
        }
    ]
}