NewsCord

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

什麼是NewsCord?

NewsCord是由https://newscord.org開發的Chrome擴展程式,該擴展的主要功能是“An extension that finds similar articles to the one you're on and finds key differences between them”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載NewsCord擴展crx文件

下載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
官方網址 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
}