Text Bias Analysis

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

Text Bias Analysis란 무엇입니까?

Text Bias Analysis은(는) chrome-dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page."입니다.

확장 프로그램 스크린샷

screenshot

Text Bias Analysis 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Text Bias Analysis Text Bias Analysis
ID hnlcobnimdkcokpnjajchiekinmflaab
공식 URL https://chromewebstore.google.com/detail/text-bias-analysis/hnlcobnimdkcokpnjajchiekinmflaab
설명 An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.
파일 크기 64.64 KB
설치 횟수 68
현재 버전 1.0.0
최근 업데이트 2021-05-10
출시 날짜 2021-05-08
개발자 chrome-dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://su.org/
도움말 페이지 URL https://su.org/
지원되는 언어 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",
        ""
    ]
}