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
官方網址 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"
}