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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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
Επίσημο 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",
        ""
    ]
}