TL;DR
Summarizes a whole article or just the highlighted text.
Τι είναι το TL;DR;
Το TL;DR είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 808 Technologies, και η κύρια λειτουργία του είναι "Summarizes a whole article or just the highlighted text.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TL;DR
Λήψη αρχείων επέκτασης TL;DR σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
"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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | beeblnjdndalgdcafnaacphgdanmekno |
Επίσημο URL | https://chrome.google.com/webstore/detail/tldr/beeblnjdndalgdcafnaacphgdanmekno |
Περιγραφή | Summarizes a whole article or just the highlighted text. |
Μέγεθος Αρχείου | 4.75 MB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2016-07-05 |
Ημερομηνία Δημοσίευσης | 2016-07-05 |
Αξιολόγηση | 3.67/5 Συνολικά 24 Αξιολογήσεις |
Προγραμματιστής | 808 Technologies |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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:\/\/*\/*" ] } |