Know Political Bias
Know Political Bias is an easy-to-use Chrome extension that displays the political bias ratings of news organisations that its…
什么是Know Political Bias?
Know Political Bias是由Swayam Tripathy and Jai Relan开发的Chrome扩展程序,该扩展的主要功能是“Know Political Bias is an easy-to-use Chrome extension that displays the political bias ratings of news organisations that its…”。
扩展截图
下载Know Political Bias扩展crx文件
下载Know Political Bias扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Know Political Bias is an easy-to-use Chrome extension that displays the political bias ratings of news organisations that its users may frequent. The idea behind this extension is simple - we all know that some publications have political biases, which they consciously or subconsciously project to their readers through their articles and publications. All Sides has compiled an index of the bias ratings of quite a few media houses from across the globe (www.allsides.com/media-bias/media-bias-ratings). However, the problem remains that most people are not aware that these ratings exist, and even if they are, opening up the AllSides website and finding these ratings is too much work. Our chrome extension tries to banish that problem. Simply pressing on the ‘Know Political Bias’ icon in the menu bar would display a popup that tells users about the political leanings (right, centre-right, centre, centre-left, left) of the website they’re currently on. This extension was built by Swayam Sidh Tripathy and Jai Relan. In case you’re facing any problem, or you have some ideas on improving the extension, feel free to drop an email to them at [email protected] or [email protected]. All the data for the chrome extension was sourced from All Sides. We obtained this data from an open-source repository of Github and then used the values from row #1 and #2 for the current extension. We plan on integrating the other data points down the line, but that’s all for another day. We hope you enjoy using this extension - feel free to leave a review!
扩展基本信息
名称 | Know Political Bias |
ID | hblnbeaaegleomkolegggmmiojdopoma |
官方URL | https://chromewebstore.google.com/detail/know-political-bias/hblnbeaaegleomkolegggmmiojdopoma |
简介 | Know Political Bias is an easy-to-use Chrome extension that displays the political bias ratings of news organisations that its… |
文件大小 | 65.64 KB |
安装次数 | 114 |
当前版本 | 1.6 |
更新时间 | 2021-04-27 |
上架时间 | 2021-04-22 |
评分 | 5.00/5 共15次评分 |
开发者 | Swayam Tripathy and Jai Relan |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.politisect.com/know-political-bias-extension |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Know Political Bias", "version": "1.6", "manifest_version": 2, "background": { "scripts": [ "main.js" ] }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab" ], "browser_action": [] } |