Text Bias Analysis

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

Cos'è Text Bias Analysis?

Text Bias Analysis è un'estensione di Chrome sviluppata da chrome-dev, e la sua funzione principale è "An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Text Bias Analysis

Scarica i file di estensione Text Bias Analysis in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Text Bias Analysis Text Bias Analysis
ID hnlcobnimdkcokpnjajchiekinmflaab
URL Ufficiale https://chromewebstore.google.com/detail/text-bias-analysis/hnlcobnimdkcokpnjajchiekinmflaab
Descrizione An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.
Dimensione del File 64.64 KB
Conteggio Installazioni 68
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-05-10
Data di Pubblicazione 2021-05-08
Sviluppatore chrome-dev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://su.org/
URL della Pagina di Aiuto https://su.org/
Lingue Supportate 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",
        ""
    ]
}