Text Bias Analysis

Text Bias Analysis

An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.

Merlin
Additional files are visible only to premium users

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",
    "<all_urls>"
  ]
}