News Aggregator

This extension aggregates news articles from various websites.

ما هو News Aggregator؟

News Aggregator هو إضافة Chrome تم تطويرها بواسطة Yusuf Musleh، والميزة الرئيسية لها هي "This extension aggregates news articles from various websites.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة News Aggregator

قم بتنزيل ملفات الامتداد News Aggregator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Get the latest news headline articles from 70+ sources including CNN, BBC, Techcrunch and much more!

Instead of opening multiple tabs and during your morning news checking routine while you're drinking coffee or having breakfast, you can click on the News Aggregator which will get you the latest headlines from the website sources you choose, with a brief description and pictures, you also have the ability to go to the actual article on the website by clicking on it.

Powered by: www.newsapi.org                    

معلومات أساسية عن التمديد

الاسم News Aggregator News Aggregator
ID gieeeadhpmdhfcfbojfacgeooeenjlpl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/news-aggregator/gieeeadhpmdhfcfbojfacgeooeenjlpl
الوصف This extension aggregates news articles from various websites.
حجم الملف 169 KB
عدد التثبيتات 243
النسخة الحالية 1.1
آخر تحديث 2017-04-14
تاريخ النشر 2017-04-14
تقييم 4.25/5 مجموع تقييمات 8
المطور Yusuf Musleh
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "News Aggregator",
    "description": "This extension aggregates news articles from various websites.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "19": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "storage"
    ]
}