News Aggregator
This extension aggregates news articles from various websites.
¿Qué es News Aggregator?
News Aggregator es una extensión de Chrome desarrollada por Yusuf Musleh, y su función principal es "This extension aggregates news articles from various websites.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión News Aggregator
Descarga archivos de extensión News Aggregator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | gieeeadhpmdhfcfbojfacgeooeenjlpl |
URL Oficial | https://chrome.google.com/webstore/detail/news-aggregator/gieeeadhpmdhfcfbojfacgeooeenjlpl |
Descripción | This extension aggregates news articles from various websites. |
Tamaño del Archivo | 169 KB |
Cantidad de Instalaciones | 243 |
Versión Actual | 1.1 |
Última Actualización | 2017-04-14 |
Fecha de Publicación | 2017-04-14 |
Calificación | 4.25/5 Total de 8 Calificaciones |
Desarrollador | Yusuf Musleh |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |