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"
    }
}