NewsCo Summary

Read highlights of Articles. Save time!

Qu'est-ce que NewsCo Summary ?

NewsCo Summary est une extension Chrome développée par https://newsco.me, et sa fonction principale est "Read highlights of Articles. Save time!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NewsCo Summary

Téléchargez les fichiers d'extension NewsCo Summary au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom NewsCo Summary NewsCo Summary
ID jmkdlomjmjpmbmidebebagmgajojghko
URL Officiel https://chromewebstore.google.com/detail/newsco-summary/jmkdlomjmjpmbmidebebagmgajojghko
Description Read highlights of Articles. Save time!
Taille du Fichier 41.29 KB
Nombre d'Installations 96
Version Actuelle 1.0
Dernière Mise à Jour 2013-11-02
Date de Publication 2013-11-01
Évaluation 4.00/5 Total 5 Évaluations
Développeur https://newsco.me
Type de Paiement free
Langues Prises en Charge 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"
    }
}