TL;DR
Summarizes a whole article or just the highlighted text.
TL;DR là gì?
TL;DR là một tiện ích mở rộng Chrome được phát triển bởi 808 Technologies, và tính năng chính của nó là "Summarizes a whole article or just the highlighted text.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TL;DR
Tải xuống các tệp mở rộng TL;DR dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
"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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | beeblnjdndalgdcafnaacphgdanmekno |
URL Chính Thức | https://chrome.google.com/webstore/detail/tldr/beeblnjdndalgdcafnaacphgdanmekno |
Mô tả | Summarizes a whole article or just the highlighted text. |
Kích Thước Tệp | 4.75 MB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-07-05 |
Ngày Phát Hành | 2016-07-05 |
Đánh Giá | 3.67/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | 808 Technologies |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |