Text Bias Analysis

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

Co to jest Text Bias Analysis?

Text Bias Analysis to rozszerzenie Chrome opracowane przez chrome-dev, a jego główną funkcją jest „An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Text Bias Analysis

Pobierz pliki rozszerzeń Text Bias Analysis w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Text Bias Analysis Text Bias Analysis
ID hnlcobnimdkcokpnjajchiekinmflaab
Oficjalny URL https://chromewebstore.google.com/detail/text-bias-analysis/hnlcobnimdkcokpnjajchiekinmflaab
Opis An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.
Rozmiar pliku 64.64 KB
Liczba instalacji 68
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-05-10
Data Publikacji 2021-05-08
Deweloper chrome-dev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://su.org/
Adres URL Strony Pomocy https://su.org/
Obsługiwane Języki 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",
        ""
    ]
}