Textra
An extension to show you textual biases in digital media.
What is Textra?
Textra is a Chrome extension developed by nhandyal, and its main feature is "An extension to show you textual biases in digital media.".
Extension Screenshots
Download Textra Extension CRX File
Download Textra extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Textra |
ID | ggnamfoojfbcpbcpmppicafoiemffhch |
Official URL | https://chromewebstore.google.com/detail/textra/ggnamfoojfbcpbcpmppicafoiemffhch |
Description | An extension to show you textual biases in digital media. |
File Size | 283 KB |
Installation Count | 29 |
Current Version | 0.0.1 |
Last Updated | 2021-04-28 |
Publish Date | 2021-04-27 |
Developer | nhandyal |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/" ] } |