Textra

An extension to show you textual biases in digital media.

Qu'est-ce que Textra ?

Textra est une extension Chrome développée par nhandyal, et sa fonction principale est "An extension to show you textual biases in digital media.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Textra

Téléchargez les fichiers d'extension Textra au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Textra Textra
ID ggnamfoojfbcpbcpmppicafoiemffhch
URL Officiel https://chromewebstore.google.com/detail/textra/ggnamfoojfbcpbcpmppicafoiemffhch
Description An extension to show you textual biases in digital media.
Taille du Fichier 283 KB
Nombre d'Installations 29
Version Actuelle 0.0.1
Dernière Mise à Jour 2021-04-28
Date de Publication 2021-04-27
Développeur nhandyal
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}