NewsCo Summary
Read highlights of Articles. Save time!
What is NewsCo Summary?
NewsCo Summary is a Chrome extension developed by https://newsco.me, and its main feature is "Read highlights of Articles. Save time!".
Extension Screenshots
Download NewsCo Summary Extension CRX File
Download NewsCo Summary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | NewsCo Summary |
ID | jmkdlomjmjpmbmidebebagmgajojghko |
Official URL | https://chromewebstore.google.com/detail/newsco-summary/jmkdlomjmjpmbmidebebagmgajojghko |
Description | Read highlights of Articles. Save time! |
File Size | 41.29 KB |
Installation Count | 96 |
Current Version | 1.0 |
Last Updated | 2013-11-02 |
Publish Date | 2013-11-01 |
Rating | 4.00/5 Total 5 Ratings |
Developer | https://newsco.me |
Payment Type | free |
Supported Languages | 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" } } |