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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}