NewsCord

An extension that finds similar articles to the one you're on and finds key differences between them

Qu'est-ce que NewsCord ?

NewsCord est une extension Chrome développée par https://newscord.org, et sa fonction principale est "An extension that finds similar articles to the one you're on and finds key differences between them".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NewsCord

Téléchargez les fichiers d'extension NewsCord au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom NewsCord NewsCord
ID kpphbdpdglljopfehpgomebbdcdoafkd
URL Officiel https://chromewebstore.google.com/detail/newscord/kpphbdpdglljopfehpgomebbdcdoafkd
Description An extension that finds similar articles to the one you're on and finds key differences between them
Taille du Fichier 183 KB
Nombre d'Installations 107
Version Actuelle 2.2
Dernière Mise à Jour 2024-03-04
Date de Publication 2023-11-01
Évaluation 5.00/5 Total 8 Évaluations
Développeur https://newscord.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://newscord.org
Langues Prises en Charge 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
}