Textra
An extension to show you textual biases in digital media.
Что такое Textra?
Textra - это расширение Chrome, разработанное nhandyal, и его основная функция - "An extension to show you textual biases in digital media.".
Снимки экрана расширения
Скачать файл CRX расширения Textra
Скачайте файлы расширений Textra в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Textra |
ID | ggnamfoojfbcpbcpmppicafoiemffhch |
Официальный URL | https://chromewebstore.google.com/detail/textra/ggnamfoojfbcpbcpmppicafoiemffhch |
Описание | An extension to show you textual biases in digital media. |
Размер файла | 283 KB |
Количество установок | 29 |
Текущая Версия | 0.0.1 |
Последнее Обновление | 2021-04-28 |
Дата публикации | 2021-04-27 |
Разработчик | nhandyal |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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\/" ] } |