TL;DR

Summarizes a whole article or just the highlighted text.

O que é TL;DR?

TL;DR é uma extensão do Chrome desenvolvida por 808 Technologies, e sua principal característica é "Summarizes a whole article or just the highlighted text.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TL;DR

Baixe arquivos de extensão TL;DR 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

                        "SparkNotes, but for any web article!" 

New Features!  (July 4, 2016 update) 
- Know the estimated read time of your shortened article!
- See the themes portrayed in the article!

Do you frequently encounter interesting articles but just don't have the time to sit down and read every single line? Well, TL;DR is the solution! Summarize any article by just (1) highlighting the text and (2) clicking "TLDR". Adjust the "Summary Size" settings to scale the length of the summaries to your liking!

Built and maintained with love from the students of UC Berkeley.
Caution: Only works on the English language.                    

Informações Básicas da Extensão

Nome TL;DR TL;DR
ID beeblnjdndalgdcafnaacphgdanmekno
URL Oficial https://chrome.google.com/webstore/detail/tldr/beeblnjdndalgdcafnaacphgdanmekno
Descrição Summarizes a whole article or just the highlighted text.
Tamanho do Arquivo 4.75 MB
Contagem de Instalações 10,000
Versão Atual 1.1
Última Atualização 2016-07-05
Data de Publicação 2016-07-05
Classificação 3.67/5 Total de 24 Avaliações
Desenvolvedor 808 Technologies
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TL;DR",
    "description": "Summarizes a whole article or just the highlighted text.",
    "version": "1.1",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icong16.png",
        "48": "icons\/icong48.png",
        "128": "icons\/icong128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}