Textra
An extension to show you textual biases in digital media.
什么是Textra?
Textra是由nhandyal开发的Chrome扩展程序,该扩展的主要功能是“An extension to show you textual biases in digital media.”。
扩展截图
下载Textra扩展crx文件
下载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\/" ] } |