Textra
An extension to show you textual biases in digital media.
Cos'è Textra?
Textra è un'estensione di Chrome sviluppata da nhandyal, e la sua funzione principale è "An extension to show you textual biases in digital media.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Textra
Scarica i file di estensione Textra in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Textra |
ID | ggnamfoojfbcpbcpmppicafoiemffhch |
URL Ufficiale | https://chromewebstore.google.com/detail/textra/ggnamfoojfbcpbcpmppicafoiemffhch |
Descrizione | An extension to show you textual biases in digital media. |
Dimensione del File | 283 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2021-04-28 |
Data di Pubblicazione | 2021-04-27 |
Sviluppatore | nhandyal |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |