Rephraser

Paraphrase text online on any website with rephraser extension...

什么是Rephraser?

Rephraser是由enzipe.extensions开发的Chrome扩展程序,该扩展的主要功能是“Paraphrase text online on any website with rephraser extension...”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Rephraser扩展crx文件

下载Rephraser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Paraphrase your content with super-efficient paraphrasing extension.
Rephrase is a free extension for chrome which takes care of all your content paraphrasing through powerful AI technology. You can instantly sound native and unique while writing a sales copy or a new social media post. Unlike other paraphrasing tools, it not only eradicates plagiarism but also provide semantic and scholarly paraphrasing. Its AI based Algorithms can produce distinct results each time with the same passage.

Features offered with Rephrase chrome extension:
•	Totally free of cost:
No login/ signup or any credentials including credit card required.

•	Accuracy in results:
Incorporate contextual substitute words and maintain your unique expression.

•	No word limit:
Paraphrase as many articles as you can with a click.

•	Three different modes:
Rephrase your content according to your needs:
1.	Fluency
2.	Standard
3.	Creative

•	Content safety:
It does not bypass/ leak the content and keeps it protected.                    

扩展基本信息

名称 Rephraser Rephraser
ID gihgcfjlfknobepndndckpfhpighjdpa
官方URL https://chromewebstore.google.com/detail/rephraser/gihgcfjlfknobepndndckpfhpighjdpa
简介 Paraphrase text online on any website with rephraser extension...
文件大小 54.93 KB
安装次数 1,093
当前版本 0.0.1
更新时间 2021-08-17
上架时间 2021-08-17
评分 1.00/5 共2次评分
开发者 enzipe.extensions
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.rephrase.info
隐私政策页面URL https://www.paraphraser.io/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/19.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Paraphrase text online on any website with rephraser extension...",
    "homepage_url": "https:\/\/www.rephrase.info\/",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Rephraser",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/www.prepostseo.com\/",
        "https:\/\/www.prepostseo.com\/",
        "contextMenus"
    ],
    "version": "0.0.1"
}