Textra
An extension to show you textual biases in digital media.
Vad är Textra?
Textra är en Chrome-tillägg utvecklad av nhandyal, och dess huvudfunktion är "An extension to show you textual biases in digital media.".
Tilläggsskärmbilder
Ladda ner Textra-förlängningens CRX-fil
Ladda ner Textra-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Textra |
ID | ggnamfoojfbcpbcpmppicafoiemffhch |
Officiell webbadress | https://chromewebstore.google.com/detail/textra/ggnamfoojfbcpbcpmppicafoiemffhch |
Beskrivning | An extension to show you textual biases in digital media. |
Filstorlek | 283 KB |
Antal Installationer | 29 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2021-04-28 |
Publiceringsdatum | 2021-04-27 |
Utvecklare | nhandyal |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |