Paraphrasing

Boost your text with our free, AI-driven extension for rephrasing, paraphrasing, and rewriting

O que é Paraphrasing?

Paraphrasing é uma extensão do Chrome desenvolvida por jeff38399green, e sua principal característica é "Boost your text with our free, AI-driven extension for rephrasing, paraphrasing, and rewriting".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Paraphrasing

Baixe arquivos de extensão Paraphrasing 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

                        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.                    

Informações Básicas da Extensão

Nome Paraphrasing Paraphrasing
ID gbblnlmcfebhgojhlpmeellhlmjahpmi
URL Oficial https://chromewebstore.google.com/detail/paraphrasing/gbblnlmcfebhgojhlpmeellhlmjahpmi
Descrição Boost your text with our free, AI-driven extension for rephrasing, paraphrasing, and rewriting
Tamanho do Arquivo 354 KB
Contagem de Instalações 1,662
Versão Atual 1.0.0
Última Atualização 2023-05-14
Data de Publicação 2023-05-05
Classificação 5.00/5 Total de 10 Avaliações
Desenvolvedor jeff38399green
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://lampabar.com/etc/pages/privacy.html
Idiomas Suportados 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"
            ]
        }
    ]
}