Paraphraser

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

什么是Paraphraser?

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

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Paraphraser扩展crx文件

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

扩展使用说明

                        Tune your words by paraphrasing through AI-based Paraphraser extension.
Paraphraser is a free chrome extension, an all-time-perfect partner for your writing issues. Its state-of-the-art NLP technology paraphrases your content on the human level. With a click, you can unleash new paradigms of creative paraphrasing and convert bland words into mesmerizing and unique scripts. Good thing is that it does not dilute the meaning of your original text while paraphrasing, thus making you convey more convincingly.

Distinct features:
•	Removes Plagiarism:
Get rid of unwanted plagiarism once and for all. Just click on the text you want to remove plagiarism.

•	High compatibility:
Paraphraser is highly compatible across all devices (OS, Android) and all types of texts such as .rtf, .txt, .docx etc.

•	Right word substitution:
Our paraphrasing tool is one of a kind in choosing the right words for you. It maintains the clarity of your text while paraphrasing by substituting exact words for your text to boost clarity.                    

扩展基本信息

名称 Paraphraser Paraphraser
ID kenkeoadgknhbidjgipfoganifcbbhkg
官方URL https://chromewebstore.google.com/detail/paraphraser/kenkeoadgknhbidjgipfoganifcbbhkg
简介 Paraphrase text online on any website with paraphraser extension...
文件大小 60.89 KB
安装次数 3,530
当前版本 0.0.1
更新时间 2021-08-17
上架时间 2021-08-17
评分 5.00/5 共1次评分
开发者 enzipe.extensions
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.paraphraser.io
隐私政策页面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 paraphraser extension...",
    "homepage_url": "https:\/\/www.paraphraser.io\/",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Paraphraser",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/www.prepostseo.com\/",
        "https:\/\/www.prepostseo.com\/",
        "contextMenus"
    ],
    "version": "0.0.1"
}