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ファイルをダウンロード
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:\/\/*\/*" ] } |