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 扩展基本信息
| 名称 | |
| 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
} | |