Text Bias Analysis

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

Was ist Text Bias Analysis?

Text Bias Analysis ist eine Chrome-Erweiterung, die von chrome-dev entwickelt wurde, und ihr Hauptmerkmal ist "An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.".

Erweiterungsscreenshots

screenshot

Text Bias Analysis-Erweiterungs-CRX-Datei herunterladen

Laden Sie Text Bias Analysis-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Text Bias Analysis Text Bias Analysis
ID hnlcobnimdkcokpnjajchiekinmflaab
Offizielle URL https://chromewebstore.google.com/detail/text-bias-analysis/hnlcobnimdkcokpnjajchiekinmflaab
Beschreibung An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.
Dateigröße 64.64 KB
Installationsanzahl 68
Aktuelle Version 1.0.0
Letztes Update 2021-05-10
Veröffentlichungsdatum 2021-05-08
Entwickler chrome-dev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://su.org/
Hilfeseite URL https://su.org/
Unterstützte Sprachen 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",
        ""
    ]
}