Text Bias Analysis

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

Apa itu Text Bias Analysis?

Text Bias Analysis adalah ekstensi Chrome yang dikembangkan oleh chrome-dev, dan fitur utamanya adalah "An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Text Bias Analysis

Unduh file ekstensi Text Bias Analysis dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Text Bias Analysis Text Bias Analysis
ID hnlcobnimdkcokpnjajchiekinmflaab
URL Resmi https://chromewebstore.google.com/detail/text-bias-analysis/hnlcobnimdkcokpnjajchiekinmflaab
Deskripsi An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.
Ukuran File 64.64 KB
Jumlah Instalasi 68
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2021-05-10
Tanggal Publikasi 2021-05-08
Pengembang chrome-dev
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://su.org/
URL Halaman Bantuan https://su.org/
Bahasa yang Didukung 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",
        ""
    ]
}