NewsCo Summary

Read highlights of Articles. Save time!

Wat is NewsCo Summary?

NewsCo Summary is een Chrome-extensie ontwikkeld door https://newsco.me, en de belangrijkste functie is "Read highlights of Articles. Save time!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NewsCo Summary

Download NewsCo Summary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam NewsCo Summary NewsCo Summary
ID jmkdlomjmjpmbmidebebagmgajojghko
Officiële URL https://chromewebstore.google.com/detail/newsco-summary/jmkdlomjmjpmbmidebebagmgajojghko
Beschrijving Read highlights of Articles. Save time!
Bestandsgrootte 41.29 KB
Aantal Installaties 96
Huidige Versie 1.0
Laatst Bijgewerkt 2013-11-02
Publicatiedatum 2013-11-01
Beoordeling 4.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://newsco.me
Betalingswijze free
Ondersteunde Talen 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"
    }
}