TLDR: News Article Summarizer

This extension automatically summarizes news articles.

What is TLDR: News Article Summarizer?

TLDR: News Article Summarizer is a Chrome extension developed by Abhishek Pant, and its main feature is "This extension automatically summarizes news articles.".

Extension Screenshots

screenshot

Download TLDR: News Article Summarizer Extension CRX File

Download TLDR: News 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

                        When you are browsing a supported website, click the icon in the Omnibox to obtain a brief five-line summary of the news article.

Also available as a stand-alone web-app here:
 
http://news-article-summarizer.herokuapp.com/

Note: Currently supports only NYTimes.

Developed by:

Abhishek Pant
Aniruddha Gupta
Ankit Jain
Bhaskar Bagchi
Shushman Chowdhary
Rishi Mehta
Utkarsh Jaiswal                    

Extension Basic Information

Name TLDR: News Article Summarizer TLDR: News Article Summarizer
ID omnkfiggdjenoclnfdhijodllleflpjk
Official URL https://chrome.google.com/webstore/detail/tldr-news-article-summari/omnkfiggdjenoclnfdhijodllleflpjk
Description This extension automatically summarizes news articles.
File Size 364 KB
Installation Count 362
Current Version 0.1
Last Updated 2014-12-05
Publish Date 2014-12-05
Rating 1.00/5 Total 3 Ratings
Developer Abhishek Pant
Payment Type free
Extension Website http://news-article-summarizer.herokuapp.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TLDR: News Article Summarizer",
    "description": "This extension automatically summarizes news articles.",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "declarativeContent",
        "http:\/\/www.nytimes.com\/*",
        "http:\/\/news.yahoo.com\/*",
        "http:\/\/localhost:8000\/*",
        "http:\/\/news-article-summarizer.herokuapp.com\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "circle-loading-animation.gif"
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "TL;DR supports this site."
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    }
}