News Aggregator

This extension aggregates news articles from various websites.

Was ist News Aggregator?

News Aggregator ist eine Chrome-Erweiterung, die von Yusuf Musleh entwickelt wurde, und ihr Hauptmerkmal ist "This extension aggregates news articles from various websites.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

News Aggregator-Erweiterungs-CRX-Datei herunterladen

Laden Sie News Aggregator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name News Aggregator News Aggregator
ID gieeeadhpmdhfcfbojfacgeooeenjlpl
Offizielle URL https://chrome.google.com/webstore/detail/news-aggregator/gieeeadhpmdhfcfbojfacgeooeenjlpl
Beschreibung This extension aggregates news articles from various websites.
Dateigröße 169 KB
Installationsanzahl 243
Aktuelle Version 1.1
Letztes Update 2017-04-14
Veröffentlichungsdatum 2017-04-14
Bewertung 4.25/5 Insgesamt 8 Bewertungen
Entwickler Yusuf Musleh
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}