News Aggregator

This extension aggregates news articles from various websites.

Cos'è News Aggregator?

News Aggregator è un'estensione di Chrome sviluppata da Yusuf Musleh, e la sua funzione principale è "This extension aggregates news articles from various websites.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione News Aggregator

Scarica i file di estensione News Aggregator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome News Aggregator News Aggregator
ID gieeeadhpmdhfcfbojfacgeooeenjlpl
URL Ufficiale https://chrome.google.com/webstore/detail/news-aggregator/gieeeadhpmdhfcfbojfacgeooeenjlpl
Descrizione This extension aggregates news articles from various websites.
Dimensione del File 169 KB
Conteggio Installazioni 243
Versione Corrente 1.1
Ultimo Aggiornamento 2017-04-14
Data di Pubblicazione 2017-04-14
Valutazione 4.25/5 Totale 8 Valutazioni
Sviluppatore Yusuf Musleh
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}