NewsCo Summary

Read highlights of Articles. Save time!

Cos'è NewsCo Summary?

NewsCo Summary è un'estensione di Chrome sviluppata da https://newsco.me, e la sua funzione principale è "Read highlights of Articles. Save time!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NewsCo Summary

Scarica i file di estensione NewsCo Summary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome NewsCo Summary NewsCo Summary
ID jmkdlomjmjpmbmidebebagmgajojghko
URL Ufficiale https://chromewebstore.google.com/detail/newsco-summary/jmkdlomjmjpmbmidebebagmgajojghko
Descrizione Read highlights of Articles. Save time!
Dimensione del File 41.29 KB
Conteggio Installazioni 96
Versione Corrente 1.0
Ultimo Aggiornamento 2013-11-02
Data di Pubblicazione 2013-11-01
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore https://newsco.me
Tipo di Pagamento free
Lingue Supportate 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"
    }
}