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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 TL;DR TL;DR
ID beeblnjdndalgdcafnaacphgdanmekno
官方網址 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:\/\/*\/*"
    ]
}