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 تم تطويرها بواسطة chrome-dev، والميزة الرئيسية لها هي "An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Text Bias Analysis

قم بتنزيل ملفات الامتداد Text Bias Analysis بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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",
        ""
    ]
}