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
官方網址 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",
        ""
    ]
}