Text Bias Analysis
An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.
What is Text Bias Analysis?
Text Bias Analysis is a Chrome extension developed by chrome-dev, and its main feature is "An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.".
Extension Screenshots
Download Text Bias Analysis Extension CRX File
Download Text Bias Analysis extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Text Bias Analysis |
ID | hnlcobnimdkcokpnjajchiekinmflaab |
Official URL | https://chromewebstore.google.com/detail/text-bias-analysis/hnlcobnimdkcokpnjajchiekinmflaab |
Description | An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page. |
File Size | 64.64 KB |
Installation Count | 68 |
Current Version | 1.0.0 |
Last Updated | 2021-05-10 |
Publish Date | 2021-05-08 |
Developer | chrome-dev |
[email protected] | |
Payment Type | free |
Extension Website | https://su.org/ |
Help Page URL | https://su.org/ |
Supported Languages | 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", " |