TL;DR
Summarizes a whole article or just the highlighted text.
TL;DR란 무엇입니까?
TL;DR은(는) 808 Technologies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Summarizes a whole article or just the highlighted text."입니다.
확장 프로그램 스크린샷
TL;DR 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"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:\/\/*\/*" ] } |