Ground News - Bias Checker
Explore the web and lookup articles you find on Ground News
Ground News - Bias Checkerคืออะไร?
Ground News - Bias Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ground.news และคุณลักษณะหลักของมันคือ "Explore the web and lookup articles you find on Ground News"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ground News - Bias Checker
ดาวน์โหลดไฟล์ส่วนขยาย Ground News - Bias Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get a second opinion of the news you’re reading. Whenever you come across a news article online, the Ground News Bias Checker shows you which news outlets are reporting on that story so you can compare coverage and make sure you’re seeing the full picture. The Ground News Bias Checker can: 1. Instantly show you how 50,000+ news outlets around the world are reporting on the same story. Easily compare related articles from different publishers to verify information. 2. Give you bias and factuality rating for news sources reporting on a story. See if the story is receiving balanced coverage, or if it's mostly being reported by news sources at the extremes of the political spectrum. 3. Integrate with Twitter, Facebook and Reddit to uncover media bias hidden in your newsfeed. 4. Save interesting articles to read later and automatically generate in-text citations to support your research. Developed by a former NASA engineer, Ground News helps readers think critically about the news they consume by providing context about the source of the information. For more in-depth analysis, try our website and mobile apps. For support or general inquiries, please contact [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ground News - Bias Checker |
ID | agleiimpggapjekcdhdjbmegjbbkleie |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ground-news-bias-checker/agleiimpggapjekcdhdjbmegjbbkleie |
คำอธิบาย | Explore the web and lookup articles you find on Ground News |
ขนาดไฟล์ | 1.14 MB |
จำนวนการติดตั้ง | 24,778 |
เวอร์ชันปัจจุบัน | 3.1.2 |
อัปเดตครั้งล่าสุด | 2023-10-12 |
วันที่เผยแพร่ | 2020-09-06 |
คะแนน | 4.28/5 รวมทั้งหมด 40 คะแนน |
ผู้พัฒนา | https://ground.news |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.ground.news |
URL หน้าช่วยเหลือ | https://ground.news/frequently-asked-questions |
URL หน้านโยบายความเป็นส่วนตัว | https://ground.news/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ground News - Bias Checker", "version": "3.1.2", "description": "Explore the web and lookup articles you find on Ground News", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/extension.ground.news\/*" ], "background": { "service_worker": "js\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/ground.news\/extension\/*\/toolbar*" ], "js": [ "js\/toolbar_content_script.js" ], "all_frames": true, "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "frame.html", "js\/frame.js", "popup.html", "js\/popup.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "action": { "default_icon": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "default_title": "Ground News Explorer", "default_popup": "menu.html" }, "externally_connectable": { "matches": [ "https:\/\/*.ground.news\/*" ] }, "manifest_version": 3 } |