TLDR: News Article Summarizer

This extension automatically summarizes news articles.

什麼是TLDR: News Article Summarizer?

TLDR: News Article Summarizer是由Abhishek Pant開發的Chrome擴展程式,該擴展的主要功能是“This extension automatically summarizes news articles.”。

擴展截圖

screenshot

下載TLDR: News Article Summarizer擴展crx文件

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

擴展使用說明

                        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                    

擴展基本資訊

名稱 TLDR: News Article Summarizer TLDR: News Article Summarizer
ID omnkfiggdjenoclnfdhijodllleflpjk
官方網址 https://chrome.google.com/webstore/detail/tldr-news-article-summari/omnkfiggdjenoclnfdhijodllleflpjk
簡介 This extension automatically summarizes news articles.
檔案大小 364 KB
安裝次數 362
目前版本 0.1
更新時間 2014-12-05
上架時間 2014-12-05
評分 1.00/5 共 3 次評分
開發者 Abhishek Pant
付費類型 free
擴展官網 http://news-article-summarizer.herokuapp.com/
支援的語言 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"
    }
}