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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension to analyze the sentiment, political bias, and gender bias of selected text on any web page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Text Bias Analysis एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ 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",
        ""
    ]
}