NewsCord

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

Co je NewsCord?

NewsCord je rozšíření Chrome vyvinuté https://newscord.org, a jeho hlavní funkcí je „An extension that finds similar articles to the one you're on and finds key differences between them“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření NewsCord

Stáhněte si soubory rozšíření NewsCord ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název NewsCord NewsCord
ID kpphbdpdglljopfehpgomebbdcdoafkd
Oficiální URL https://chromewebstore.google.com/detail/newscord/kpphbdpdglljopfehpgomebbdcdoafkd
Popis An extension that finds similar articles to the one you're on and finds key differences between them
Velikost souboru 183 KB
Počet instalací 107
Aktuální Verze 2.2
Poslední Aktualizace 2024-03-04
Datum Vydání 2023-11-01
Hodnocení 5.00/5 Celkem 8 Hodnocení
Vývojář https://newscord.org
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://newscord.org
Podporované Jazyky 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
}