NewsCo Summary

Read highlights of Articles. Save time!

ما هو NewsCo Summary؟

NewsCo Summary هو إضافة Chrome تم تطويرها بواسطة https://newsco.me، والميزة الرئيسية لها هي "Read highlights of Articles. Save time!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة NewsCo Summary

قم بتنزيل ملفات الامتداد NewsCo Summary بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}