Text Bias Analysis

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

Co je Text Bias Analysis?

Text Bias Analysis je rozšíření Chrome vyvinuté chrome-dev, a jeho hlavní funkcí je „An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Text Bias Analysis

Stáhněte si soubory rozšíření Text Bias Analysis ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Text Bias Analysis Text Bias Analysis
ID hnlcobnimdkcokpnjajchiekinmflaab
Oficiální URL https://chromewebstore.google.com/detail/text-bias-analysis/hnlcobnimdkcokpnjajchiekinmflaab
Popis An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.
Velikost souboru 64.64 KB
Počet instalací 68
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-05-10
Datum Vydání 2021-05-08
Vývojář chrome-dev
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://su.org/
URL Stránky Nápovědy https://su.org/
Podporované Jazyky 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",
        ""
    ]
}