Textra

An extension to show you textual biases in digital media.

O que é Textra?

Textra é uma extensão do Chrome desenvolvida por nhandyal, e sua principal característica é "An extension to show you textual biases in digital media.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Textra

Baixe arquivos de extensão Textra no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Textra Textra
ID ggnamfoojfbcpbcpmppicafoiemffhch
URL Oficial https://chromewebstore.google.com/detail/textra/ggnamfoojfbcpbcpmppicafoiemffhch
Descrição An extension to show you textual biases in digital media.
Tamanho do Arquivo 283 KB
Contagem de Instalações 29
Versão Atual 0.0.1
Última Atualização 2021-04-28
Data de Publicação 2021-04-27
Desenvolvedor nhandyal
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}