NewsCord
An extension that finds similar articles to the one you're on and finds key differences between them
¿Qué es NewsCord?
NewsCord es una extensión de Chrome desarrollada por https://newscord.org, y su función principal es "An extension that finds similar articles to the one you're on and finds key differences between them".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NewsCord
Descarga archivos de extensión NewsCord 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
Ever wondered if the news article you're reading is covering all the facts? Install NewsCord to your chrome browser and click it whenever you're on a news article and want to find out if there are other articles on the internet covering the story. - NewsCord will summarise your article - Find similar articles from different news sources - Point out the key differences and points of agreement - Allows you to quickly stay informed, and see different narratives - Click through to Today's NewsBoard - a concise summary of all the news that was covered today from hundreds of sources globally
Información Básica de la Extensión
Nombre | NewsCord |
ID | kpphbdpdglljopfehpgomebbdcdoafkd |
URL Oficial | https://chromewebstore.google.com/detail/newscord/kpphbdpdglljopfehpgomebbdcdoafkd |
Descripción | An extension that finds similar articles to the one you're on and finds key differences between them |
Tamaño del Archivo | 183 KB |
Cantidad de Instalaciones | 107 |
Versión Actual | 2.2 |
Última Actualización | 2024-03-04 |
Fecha de Publicación | 2023-11-01 |
Calificación | 5.00/5 Total de 8 Calificaciones |
Desarrollador | https://newscord.org |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://newscord.org |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewsCord", "version": "2.2", "description": "An extension that finds similar articles to the one you're on and finds key differences between them", "permissions": [ "activeTab" ], "action": { "default_title": "NewsCord", "default_popup": "index.html", "default_icon": { "16": "logo-16.png", "32": "logo-32.png", "48": "logo-48.png", "128": "logo-128.png" } }, "icons": { "16": "logo-16.png", "32": "logo-32.png", "48": "logo-48.png", "128": "logo-128.png" }, "manifest_version": 3 } |