NewsCord

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

O que é NewsCord?

NewsCord é uma extensão do Chrome desenvolvida por https://newscord.org, e sua principal característica é "An extension that finds similar articles to the one you're on and finds key differences between them".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão NewsCord

Baixe arquivos de extensão NewsCord no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome NewsCord NewsCord
ID kpphbdpdglljopfehpgomebbdcdoafkd
URL Oficial https://chromewebstore.google.com/detail/newscord/kpphbdpdglljopfehpgomebbdcdoafkd
Descrição An extension that finds similar articles to the one you're on and finds key differences between them
Tamanho do Arquivo 183 KB
Contagem de Instalações 107
Versão Atual 2.2
Última Atualização 2024-03-04
Data de Publicação 2023-11-01
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor https://newscord.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://newscord.org
Idiomas Suportados 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
}