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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |