Textra
An extension to show you textual biases in digital media.
Co to jest Textra?
Textra to rozszerzenie Chrome opracowane przez nhandyal, a jego główną funkcją jest „An extension to show you textual biases in digital media.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Textra
Pobierz pliki rozszerzeń Textra w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Textra |
ID | ggnamfoojfbcpbcpmppicafoiemffhch |
Oficjalny URL | https://chromewebstore.google.com/detail/textra/ggnamfoojfbcpbcpmppicafoiemffhch |
Opis | An extension to show you textual biases in digital media. |
Rozmiar pliku | 283 KB |
Liczba instalacji | 29 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2021-04-28 |
Data Publikacji | 2021-04-27 |
Deweloper | nhandyal |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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\/" ] } |