TL;DR

Summarizes a whole article or just the highlighted text.

Qu'est-ce que TL;DR ?

TL;DR est une extension Chrome développée par 808 Technologies, et sa fonction principale est "Summarizes a whole article or just the highlighted text.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TL;DR

Téléchargez les fichiers d'extension TL;DR au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        "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.                    

Informations de Base sur l'Extension

Nom TL;DR TL;DR
ID beeblnjdndalgdcafnaacphgdanmekno
URL Officiel https://chrome.google.com/webstore/detail/tldr/beeblnjdndalgdcafnaacphgdanmekno
Description Summarizes a whole article or just the highlighted text.
Taille du Fichier 4.75 MB
Nombre d'Installations 10,000
Version Actuelle 1.1
Dernière Mise à Jour 2016-07-05
Date de Publication 2016-07-05
Évaluation 3.67/5 Total 24 Évaluations
Développeur 808 Technologies
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*"
    ]
}