NewsCord

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

Cos'è NewsCord?

NewsCord è un'estensione di Chrome sviluppata da https://newscord.org, e la sua funzione principale è "An extension that finds similar articles to the one you're on and finds key differences between them".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione NewsCord

Scarica i file di estensione NewsCord in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome NewsCord NewsCord
ID kpphbdpdglljopfehpgomebbdcdoafkd
URL Ufficiale https://chromewebstore.google.com/detail/newscord/kpphbdpdglljopfehpgomebbdcdoafkd
Descrizione An extension that finds similar articles to the one you're on and finds key differences between them
Dimensione del File 183 KB
Conteggio Installazioni 107
Versione Corrente 2.2
Ultimo Aggiornamento 2024-03-04
Data di Pubblicazione 2023-11-01
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore https://newscord.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://newscord.org
Lingue Supportate 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
}