NewsCo Summary

Read highlights of Articles. Save time!

NewsCo Summaryとは何ですか?

NewsCo Summaryはhttps://newsco.meによって開発されたChromeの拡張機能で、その主な機能は「Read highlights of Articles. Save time!」です。

拡張機能のスクリーンショット

screenshot

NewsCo Summary拡張機能のCRXファイルをダウンロード

NewsCo Summary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Purpose of this extension is to extract important text from articles to give quick overview without reading the entire article. NewsCo uses Machine Learning and Natural Language processing and NewsCo proprietary algorithm to extract highlights of any article given its URL or content. Get optional information like people mentioned in the article. 
Read what is important                    

拡張機能の基本情報

名前 NewsCo Summary NewsCo Summary
ID jmkdlomjmjpmbmidebebagmgajojghko
公式URL https://chromewebstore.google.com/detail/newsco-summary/jmkdlomjmjpmbmidebebagmgajojghko
説明 Read highlights of Articles. Save time!
ファイルサイズ 41.29 KB
インストール数 96
現在のバージョン 1.0
最終更新日 2013-11-02
公開日 2013-11-01
評価 4.00/5 合計 5 レビュー
開発者 https://newsco.me
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NewsCo Summary",
    "description": "Read highlights of Articles. Save time!",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}