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
公式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
Eメール [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\/"
    ]
}