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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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 } |