NewsCord

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

Τι είναι το NewsCord;

Το NewsCord είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://newscord.org, και η κύρια λειτουργία του είναι "An extension that finds similar articles to the one you're on and finds key differences between them".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NewsCord

Λήψη αρχείων επέκτασης NewsCord σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NewsCord NewsCord
ID kpphbdpdglljopfehpgomebbdcdoafkd
Επίσημο URL https://chromewebstore.google.com/detail/newscord/kpphbdpdglljopfehpgomebbdcdoafkd
Περιγραφή An extension that finds similar articles to the one you're on and finds key differences between them
Μέγεθος Αρχείου 183 KB
Αριθμός Εγκαταστάσεων 107
Τρέχουσα Έκδοση 2.2
Τελευταία Ενημέρωση 2024-03-04
Ημερομηνία Δημοσίευσης 2023-11-01
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://newscord.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://newscord.org
Υποστηριζόμενες Γλώσσες 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
}