Textra

An extension to show you textual biases in digital media.

Was ist Textra?

Textra ist eine Chrome-Erweiterung, die von nhandyal entwickelt wurde, und ihr Hauptmerkmal ist "An extension to show you textual biases in digital media.".

Erweiterungsscreenshots

screenshot
screenshot

Textra-Erweiterungs-CRX-Datei herunterladen

Laden Sie Textra-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension highlights or drops words that impart emotional biases in text on The Atlantic. This allows you to read articles closer to the facts and not be swayed by the emotions of the author, however subtle they may be.

When reading an article, the "Analyze with Textra" box will appear on articles that can be processed. Choose the analysis mode, and click analyze to see results.                    

Grundlegende Informationen zur Erweiterung

Name Textra Textra
ID ggnamfoojfbcpbcpmppicafoiemffhch
Offizielle URL https://chromewebstore.google.com/detail/textra/ggnamfoojfbcpbcpmppicafoiemffhch
Beschreibung An extension to show you textual biases in digital media.
Dateigröße 283 KB
Installationsanzahl 29
Aktuelle Version 0.0.1
Letztes Update 2021-04-28
Veröffentlichungsdatum 2021-04-27
Entwickler nhandyal
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.1",
    "background": {
        "scripts": [
            "js\/background-bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.theatlantic.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/content_script-bundle.js"
            ]
        }
    ],
    "description": "An extension to show you textual biases in digital media.",
    "name": "Textra",
    "permissions": [
        "http:\/\/144.126.216.179:8001\/"
    ]
}