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ファイルをダウンロード

Text Bias Analysis拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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",
        ""
    ]
}