Text Bias Analysis

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

Qu'est-ce que Text Bias Analysis ?

Text Bias Analysis est une extension Chrome développée par chrome-dev, et sa fonction principale est "An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Text Bias Analysis

Téléchargez les fichiers d'extension Text Bias Analysis au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Text Bias Analysis Text Bias Analysis
ID hnlcobnimdkcokpnjajchiekinmflaab
URL Officiel 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.
Taille du Fichier 64.64 KB
Nombre d'Installations 68
Version Actuelle 1.0.0
Dernière Mise à Jour 2021-05-10
Date de Publication 2021-05-08
Développeur chrome-dev
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://su.org/
URL de la Page d'Aide https://su.org/
Langues Prises en Charge 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",
        ""
    ]
}