Summarizer

Summarize text online on any website with Summarizer extension...

O que é Summarizer?

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

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Summarizer

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

                        Summarizer is a free chrome extension of a summarizing tool that helps you produce more vivid content by reducing its length. Content juice is the key that grabs your reader’s attention, but content speaks outwardly if it remains under the garb of frivolous text lines.  This extension is beneficial for students and professionals alike. 
Here are a few reasons to use this tool.
1.	AI-based summarizer:
Our tool is based on artificial intelligence, as it knows very well which parts of the text are important and which are not. Hence, it gives a comprehensive summary of the content that appears to be a work of a human.
2.	No subscription :
Internet is replete with AI summarizers that demand monthly or yearly subscriptions to use. The charges are sometimes overwhelming for a student who can’t pay. We have designed this free-to-use tool for you.
4.	Instant result:
Manual summary making is a time taking task because you have to comprehend all the text. On the opposite, you can make a summary of your text in seconds by using this tool.                    

Informações Básicas da Extensão

Nome Summarizer Summarizer
ID pijiaokemlmllbangijeojhfjnomdgmh
URL Oficial https://chromewebstore.google.com/detail/summarizer/pijiaokemlmllbangijeojhfjnomdgmh
Descrição Summarize text online on any website with Summarizer extension...
Tamanho do Arquivo 61.01 KB
Contagem de Instalações 535
Versão Atual 0.0.1
Última Atualização 2021-08-28
Data de Publicação 2021-08-28
Classificação 2.00/5 Total de 2 Avaliações
Desenvolvedor enzipe.extensions
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.paraphraser.io/text-summarizer
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": "Summarize text online on any website with Summarizer extension...",
    "homepage_url": "https:\/\/www.paraphraser.io",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 2,
    "name": "Summarizer",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/www.paraphraser.io",
        "https:\/\/www.paraphraser.io",
        "contextMenus"
    ],
    "version": "0.0.1"
}