NewsCord

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

Was ist NewsCord?

NewsCord ist eine Chrome-Erweiterung, die von https://newscord.org entwickelt wurde, und ihr Hauptmerkmal ist "An extension that finds similar articles to the one you're on and finds key differences between them".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

NewsCord-Erweiterungs-CRX-Datei herunterladen

Laden Sie NewsCord-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name NewsCord NewsCord
ID kpphbdpdglljopfehpgomebbdcdoafkd
Offizielle URL https://chromewebstore.google.com/detail/newscord/kpphbdpdglljopfehpgomebbdcdoafkd
Beschreibung An extension that finds similar articles to the one you're on and finds key differences between them
Dateigröße 183 KB
Installationsanzahl 107
Aktuelle Version 2.2
Letztes Update 2024-03-04
Veröffentlichungsdatum 2023-11-01
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler https://newscord.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://newscord.org
Unterstützte Sprachen 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
}