News Aggregator

This extension aggregates news articles from various websites.

Co je News Aggregator?

News Aggregator je rozšíření Chrome vyvinuté Yusuf Musleh, a jeho hlavní funkcí je „This extension aggregates news articles from various websites.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření News Aggregator

Stáhněte si soubory rozšíření News Aggregator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název News Aggregator News Aggregator
ID gieeeadhpmdhfcfbojfacgeooeenjlpl
Oficiální URL https://chrome.google.com/webstore/detail/news-aggregator/gieeeadhpmdhfcfbojfacgeooeenjlpl
Popis This extension aggregates news articles from various websites.
Velikost souboru 169 KB
Počet instalací 243
Aktuální Verze 1.1
Poslední Aktualizace 2017-04-14
Datum Vydání 2017-04-14
Hodnocení 4.25/5 Celkem 8 Hodnocení
Vývojář Yusuf Musleh
Typ Platby free
Podporované Jazyky 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"
    ]
}