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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } |