News Aggregator
This extension aggregates news articles from various websites.
Wat is News Aggregator?
News Aggregator is een Chrome-extensie ontwikkeld door Yusuf Musleh, en de belangrijkste functie is "This extension aggregates news articles from various websites.".
Extensie Screenshots
Download het CRX-bestand van de extensie News Aggregator
Download News Aggregator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | gieeeadhpmdhfcfbojfacgeooeenjlpl |
Officiële URL | https://chrome.google.com/webstore/detail/news-aggregator/gieeeadhpmdhfcfbojfacgeooeenjlpl |
Beschrijving | This extension aggregates news articles from various websites. |
Bestandsgrootte | 169 KB |
Aantal Installaties | 243 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-04-14 |
Publicatiedatum | 2017-04-14 |
Beoordeling | 4.25/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Yusuf Musleh |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |