TL;DR - Article Summarizer

TL;DR: Your 1-click article sharing with automatic summary

什麼是TL;DR - Article Summarizer?

TL;DR - Article Summarizer是由elad165開發的Chrome擴展程式,該擴展的主要功能是“TL;DR: Your 1-click article sharing with automatic summary”。

擴展截圖

screenshot
screenshot

下載TL;DR - Article Summarizer擴展crx文件

下載TL;DR - Article Summarizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        * Cut to the chase - Let us summarize the article for you
* High-speed your article reading
* One-click share your TL;DR
* Summary text is highlighted in the article body                    

擴展基本資訊

名稱 TL;DR - Article Summarizer TL;DR - Article Summarizer
ID boaaioffjhehlmgopfimcfefcpeldena
官方網址 https://chromewebstore.google.com/detail/tldr-article-summarizer/boaaioffjhehlmgopfimcfefcpeldena
簡介 TL;DR: Your 1-click article sharing with automatic summary
檔案大小 56.81 KB
安裝次數 2,102
目前版本 1.2
更新時間 2014-11-05
上架時間 2014-11-05
評分 1.71/5 共 14 次評分
開發者 elad165
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TL;DR - Article Summarizer",
    "description": "TL;DR: Your 1-click article sharing with automatic summary",
    "version": "1.2",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}