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\/" ] } |