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.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Textra

قم بتنزيل ملفات الامتداد Textra بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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\/"
    ]
}