Text Bias Analysis

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

O que é Text Bias Analysis?

Text Bias Analysis é uma extensão do Chrome desenvolvida por chrome-dev, e sua principal característica é "An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Text Bias Analysis

Baixe arquivos de extensão Text Bias Analysis no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Text Bias Analysis Text Bias Analysis
ID hnlcobnimdkcokpnjajchiekinmflaab
URL Oficial https://chromewebstore.google.com/detail/text-bias-analysis/hnlcobnimdkcokpnjajchiekinmflaab
Descrição An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.
Tamanho do Arquivo 64.64 KB
Contagem de Instalações 68
Versão Atual 1.0.0
Última Atualização 2021-05-10
Data de Publicação 2021-05-08
Desenvolvedor chrome-dev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://su.org/
URL da Página de Ajuda https://su.org/
Idiomas Suportados 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",
        ""
    ]
}