TL;DR - Article Summarizer

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

What is TL;DR - Article Summarizer?

TL;DR - Article Summarizer is a Chrome extension developed by elad165, and its main feature is "TL;DR: Your 1-click article sharing with automatic summary".

Extension Screenshots

screenshot
screenshot

Download TL;DR - Article Summarizer Extension CRX File

Download TL;DR - Article Summarizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        * 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                    

Extension Basic Information

Name TL;DR - Article Summarizer TL;DR - Article Summarizer
ID boaaioffjhehlmgopfimcfefcpeldena
Official URL https://chromewebstore.google.com/detail/tldr-article-summarizer/boaaioffjhehlmgopfimcfefcpeldena
Description TL;DR: Your 1-click article sharing with automatic summary
File Size 56.81 KB
Installation Count 2,102
Current Version 1.2
Last Updated 2014-11-05
Publish Date 2014-11-05
Rating 1.71/5 Total 14 Ratings
Developer elad165
Payment Type free
Supported Languages 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",
        ""
    ]
}