NewsCo Summary

Read highlights of Articles. Save time!

NewsCo Summary क्या है?

NewsCo Summary https://newsco.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read highlights of Articles. Save time!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NewsCo Summary एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}