Web Summarizer

Access summary content of Web pages.

O que é Web Summarizer?

Web Summarizer é uma extensão do Chrome desenvolvida por e7alves, e sua principal característica é "Access summary content of Web pages.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Web Summarizer

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

                        Web Summarizer is an extension that provides a summary version of the content of web pages.
Access only the important content of web pages without advertisements.
Clicking on the extension icon opens a popup with the most relevant paragraphs of the page accessed.
Set the size of the summary using the slider at the top of the popup.
The tool works with better precision for the following languages:
• English
• French
• German
• Italian
• Portuguese
• Spanish	
However, as statistical data is used to determine the most relevant content, it can be used for any language.                    

Informações Básicas da Extensão

Nome Web Summarizer Web Summarizer
ID bjkoieegiicnkncndemgfnnflgdbheaj
URL Oficial https://chromewebstore.google.com/detail/web-summarizer/bjkoieegiicnkncndemgfnnflgdbheaj
Descrição Access summary content of Web pages.
Tamanho do Arquivo 92.4 KB
Contagem de Instalações 121
Versão Atual 0.0.2
Última Atualização 2020-08-26
Data de Publicação 2020-08-24
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor e7alves
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Summarizer",
    "version": "0.0.2",
    "description": "Access summary content of Web pages.",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_title": "Web Summarizer",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}