Text Bias Analysis
An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.
什么是Text Bias Analysis?
Text Bias Analysis是由chrome-dev开发的Chrome扩展程序,该扩展的主要功能是“An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.”。
扩展截图
下载Text Bias Analysis扩展crx文件
下载Text Bias Analysis扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Highlight text on any page with your mouse cursor, then click on the extension icon and in a few seconds you will see information on the text's sentiment, political bias, and gender bias! The extension utilizes IBM's sentiment api, The Bipartisan Press' political bias api, and a in-house developed gender analysis script.
Please click "contact developer" on the extension's page for any feedback or if you have any issues using the extension. 扩展基本信息
| 名称 | |
| ID | hnlcobnimdkcokpnjajchiekinmflaab |
| 官方URL | https://chromewebstore.google.com/detail/text-bias-analysis/hnlcobnimdkcokpnjajchiekinmflaab |
| 简介 | An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page. |
| 文件大小 | 64.64 KB |
| 安装次数 | 68 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2021-05-10 |
| 上架时间 | 2021-05-08 |
| 开发者 | chrome-dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://su.org/ |
| 帮助页面URL | https://su.org/ |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Text Bias Analysis",
"description": "An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.",
"version": "1.0.0",
"icons": {
"128": "su-icon.png"
},
"browser_action": {
"default_icon": "assets\/icons\/su-icon.png",
"default_popup": "popup.html",
"default_title": "Text Bias Analysis"
},
"permissions": [
"activeTab",
" | |