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.”。

擴展截圖

screenshot
screenshot

下載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 Textra
ID ggnamfoojfbcpbcpmppicafoiemffhch
官方網址 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\/"
    ]
}