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
官方網址 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"
    }
}