Text Bias Analysis

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

Text Bias Analysis là gì?

Text Bias Analysis là một tiện ích mở rộng Chrome được phát triển bởi chrome-dev, và tính năng chính của nó là "An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Text Bias Analysis

Tải xuống các tệp mở rộng Text Bias Analysis dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Text Bias Analysis Text Bias Analysis
ID hnlcobnimdkcokpnjajchiekinmflaab
URL Chính Thức https://chromewebstore.google.com/detail/text-bias-analysis/hnlcobnimdkcokpnjajchiekinmflaab
Mô tả An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.
Kích Thước Tệp 64.64 KB
Số Lần Cài Đặt 68
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-05-10
Ngày Phát Hành 2021-05-08
Nhà Phát Triển chrome-dev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://su.org/
URL Trang Trợ Giúp https://su.org/
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}