Textra

An extension to show you textual biases in digital media.

Co je Textra?

Textra je rozšíření Chrome vyvinuté nhandyal, a jeho hlavní funkcí je „An extension to show you textual biases in digital media.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Textra

Stáhněte si soubory rozšíření Textra ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Textra Textra
ID ggnamfoojfbcpbcpmppicafoiemffhch
Oficiální URL https://chromewebstore.google.com/detail/textra/ggnamfoojfbcpbcpmppicafoiemffhch
Popis An extension to show you textual biases in digital media.
Velikost souboru 283 KB
Počet instalací 29
Aktuální Verze 0.0.1
Poslední Aktualizace 2021-04-28
Datum Vydání 2021-04-27
Vývojář nhandyal
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/"
    ]
}