News Aggregator

This extension aggregates news articles from various websites.

O que é News Aggregator?

News Aggregator é uma extensão do Chrome desenvolvida por Yusuf Musleh, e sua principal característica é "This extension aggregates news articles from various websites.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão News Aggregator

Baixe arquivos de extensão News Aggregator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome News Aggregator News Aggregator
ID gieeeadhpmdhfcfbojfacgeooeenjlpl
URL Oficial https://chrome.google.com/webstore/detail/news-aggregator/gieeeadhpmdhfcfbojfacgeooeenjlpl
Descrição This extension aggregates news articles from various websites.
Tamanho do Arquivo 169 KB
Contagem de Instalações 243
Versão Atual 1.1
Última Atualização 2017-04-14
Data de Publicação 2017-04-14
Classificação 4.25/5 Total de 8 Avaliações
Desenvolvedor Yusuf Musleh
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}