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.」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| ID | omnkfiggdjenoclnfdhijodllleflpjk |
| 公式URL | 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"
}
} | |