Textra
An extension to show you textual biases in digital media.
Textra là gì?
Textra là một tiện ích mở rộng Chrome được phát triển bởi nhandyal, và tính năng chính của nó là "An extension to show you textual biases in digital media.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Textra
Tải xuống các tệp mở rộng Textra dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Textra |
ID | ggnamfoojfbcpbcpmppicafoiemffhch |
URL Chính Thức | https://chromewebstore.google.com/detail/textra/ggnamfoojfbcpbcpmppicafoiemffhch |
Mô tả | An extension to show you textual biases in digital media. |
Kích Thước Tệp | 283 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2021-04-28 |
Ngày Phát Hành | 2021-04-27 |
Nhà Phát Triển | nhandyal |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |