Rephraser

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

O que é Rephraser?

Rephraser é uma extensão do Chrome desenvolvida por enzipe.extensions, e sua principal característica é "Paraphrase text online on any website with rephraser extension...".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Rephraser

Baixe arquivos de extensão Rephraser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Rephraser Rephraser
ID gihgcfjlfknobepndndckpfhpighjdpa
URL Oficial https://chromewebstore.google.com/detail/rephraser/gihgcfjlfknobepndndckpfhpighjdpa
Descrição Paraphrase text online on any website with rephraser extension...
Tamanho do Arquivo 54.93 KB
Contagem de Instalações 1,093
Versão Atual 0.0.1
Última Atualização 2021-08-17
Data de Publicação 2021-08-17
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor enzipe.extensions
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.rephrase.info
URL da Página de Política de Privacidade https://www.paraphraser.io/privacy-policy
Idiomas Suportados 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"
}