Textra

An extension to show you textual biases in digital media.

Wat is Textra?

Textra is een Chrome-extensie ontwikkeld door nhandyal, en de belangrijkste functie is "An extension to show you textual biases in digital media.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Textra

Download Textra-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Textra Textra
ID ggnamfoojfbcpbcpmppicafoiemffhch
Officiële URL https://chromewebstore.google.com/detail/textra/ggnamfoojfbcpbcpmppicafoiemffhch
Beschrijving An extension to show you textual biases in digital media.
Bestandsgrootte 283 KB
Aantal Installaties 29
Huidige Versie 0.0.1
Laatst Bijgewerkt 2021-04-28
Publicatiedatum 2021-04-27
Ontwikkelaar nhandyal
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}