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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}