Summarize the Internet

Displays a summary of the text or article on the current page.

O que é Summarize the Internet?

Summarize the Internet é uma extensão do Chrome desenvolvida por Don Patrick, e sua principal característica é "Displays a summary of the text or article on the current page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Summarize the Internet

Baixe arquivos de extensão Summarize the Internet 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

                        Clicking the taskbar button will summarize the current page in a popup.

Text is typically reduced to 50-20%, depending on how much valuable information it contains.

This summarizer stands out from others by focusing on the writer's choice of words to extract their most important points while filtering out weak arguments, speculation and asides.

(Also available for Firefox)                    

Informações Básicas da Extensão

Nome Summarize the Internet Summarize the Internet
ID hiilcnldmlehobiillipbcdkhkfbigfk
URL Oficial https://chromewebstore.google.com/detail/summarize-the-internet/hiilcnldmlehobiillipbcdkhkfbigfk
Descrição Displays a summary of the text or article on the current page.
Tamanho do Arquivo 57.46 KB
Contagem de Instalações 3,711
Versão Atual 1.9.0
Última Atualização 2022-05-08
Data de Publicação 2020-03-17
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor Don Patrick
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://artistdetective.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Summarize the Internet",
    "version": "1.9.0",
    "description": "Displays a summary of the text or article on the current page.",
    "author": "Patrick Dhondt",
    "developer": {
        "name": "Patrick Dhondt",
        "url": "https:\/\/artistdetective.wordpress.com"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": "icons\/icon32.png",
        "default_title": "Summarize page",
        "default_popup": "summarise.htm"
    }
}